mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 13:32:51 +00:00
Set default max page size to 200
This commit is contained in:
parent
43b18db76a
commit
30937d4908
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user