diff --git a/frontend/src/model/photo.js b/frontend/src/model/photo.js index 665a5d7fa..848f765e9 100644 --- a/frontend/src/model/photo.js +++ b/frontend/src/model/photo.js @@ -723,7 +723,7 @@ export class Photo extends RestModel { } static pageSize() { - return 120; + return 60; } static getCollectionResource() {