Frontend: Reduce page size
This commit is contained in:
parent
ae4a37ef64
commit
803ebc1825
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ export class Photo extends RestModel {
|
|||
}
|
||||
|
||||
static pageSize() {
|
||||
return 120;
|
||||
return 60;
|
||||
}
|
||||
|
||||
static getCollectionResource() {
|
||||
|
|
Loading…
Reference in a new issue