Increase number of files to be queried each time in photos tab

This commit is contained in:
Ming Ming 2024-05-19 00:28:37 +08:00
parent df3f3a65d3
commit bf71411709

View file

@ -561,7 +561,7 @@ class _Bloc extends Bloc<_Event, _State> with BlocLogger {
/// Query a set number of files taken on or before [at]
void _requestFilesFrom(Date at) {
const targetFileCount = 50;
const targetFileCount = 100;
_log.info("[_requestFilesFrom] $at");
_isQueryingFiles = true;