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

@ -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;