mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Increase number of files to be queried each time in photos tab
This commit is contained in:
parent
df3f3a65d3
commit
bf71411709
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue