Skip to content

Commit

Permalink
LOCAL: increase picture book export limit
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Sep 12, 2024
1 parent b16fe9c commit 05c744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/pictureBook.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ org.datanucleus.api.rest.orgjson.JSONObject" %>
props = ShepherdProperties.getProperties("pictureBook.properties", langCode,context);
int startNum = 1;
int maxPages = 250;
int maxPages = 600;
Shepherd myShepherd = new Shepherd(context);
myShepherd.setAction("pictureBook.jsp");
Expand Down

0 comments on commit 05c744f

Please sign in to comment.