Frontend: Reduce page size

This commit is contained in:
theresa 2021-01-11 11:54:36 +01:00
parent ae4a37ef64
commit 803ebc1825

View file

@ -723,7 +723,7 @@ export class Photo extends RestModel {
}
static pageSize() {
return 120;
return 60;
}
static getCollectionResource() {