ente/lib/core/constants.dart
2021-02-06 23:56:55 +05:30

8 lines
307 B
Dart

const int THUMBNAIL_SMALL_SIZE = 256;
const int THUMBNAIL_SMALL_SIZE_QUALITY = 80;
const int THUMBNAIL_LARGE_SIZE = 512;
const int COMPRESSED_THUMBNAIL_RESOLUTION = 1080;
const int THUMBNAIL_DATA_LIMIT = 100 * 1024;
const String SENTRY_DSN =
"https://93b8ea6f54f442dc8408ebccdff6fe7a@errors.ente.io/2";