nc-photos/lib/int_util.dart
Ming Ming 926ac57980 Split large dirs in DB
To workaround 1MB cursor size limit on Android
2021-04-27 19:06:33 +08:00

2 lines
67 B
Dart

const int int32Max = 2147483647;
const int int32Min = -2147483648;