Set default max page size to 200

This commit is contained in:
Eike Kettner 2020-06-24 00:04:10 +02:00
parent 43b18db76a
commit 30937d4908
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ docspell.server {
# within the client config, but it is restricted by the server to
# the number defined here. An admin might choose a lower number
# depending on the available resources.
max-item-page-size = 500
max-item-page-size = 200
# Authentication.
auth {

View File

@ -13,7 +13,7 @@ let
app-name = "Docspell";
app-id = "rest1";
base-url = "http://localhost:7880";
max-item-page-size = 500;
max-item-page-size = 200;
bind = {
address = "localhost";
port = 7880;