mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 06:05:59 +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
|
# within the client config, but it is restricted by the server to
|
||||||
# the number defined here. An admin might choose a lower number
|
# the number defined here. An admin might choose a lower number
|
||||||
# depending on the available resources.
|
# depending on the available resources.
|
||||||
max-item-page-size = 500
|
max-item-page-size = 200
|
||||||
|
|
||||||
# Authentication.
|
# Authentication.
|
||||||
auth {
|
auth {
|
||||||
|
@ -13,7 +13,7 @@ let
|
|||||||
app-name = "Docspell";
|
app-name = "Docspell";
|
||||||
app-id = "rest1";
|
app-id = "rest1";
|
||||||
base-url = "http://localhost:7880";
|
base-url = "http://localhost:7880";
|
||||||
max-item-page-size = 500;
|
max-item-page-size = 200;
|
||||||
bind = {
|
bind = {
|
||||||
address = "localhost";
|
address = "localhost";
|
||||||
port = 7880;
|
port = 7880;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user