mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Set default max page size to 200
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user