ente/lib/core/constants.dart
2021-02-06 17:47:29 +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://1e4a7745cb3848f1a304002f990dd801@errors.ente.io/2";