mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Allow to configure some http server details
This commit is contained in:
@ -38,6 +38,17 @@ docspell.server {
|
||||
port = 7880
|
||||
}
|
||||
|
||||
# Options for tuning the http server
|
||||
server-options {
|
||||
enable-http-2 = false
|
||||
|
||||
# Maximum allowed connections
|
||||
max-connections = 1024
|
||||
|
||||
# Timeout for waiting for the first output of the response
|
||||
response-timeout = 45s
|
||||
}
|
||||
|
||||
# This is a hard limit to restrict the size of a batch that is
|
||||
# returned when searching for items. The user can set this limit
|
||||
# within the client config, but it is restricted by the server to
|
||||
|
Reference in New Issue
Block a user