Fix keep alive setting comment

See https://github.com/gotify/server/issues/343#issuecomment-914560534
This commit is contained in:
Jannis Mattheis
2021-09-07 21:29:11 +02:00
parent 36eb8d8b2b
commit 3cf47c5ee0

View File

@@ -2,7 +2,7 @@
# Save it to `config.yml` when edited
server:
keepaliveperiodseconds: 0 # 0 = use system default; set the interval in which keepalive packages will be sent. Only change this value if you know what you are doing.
keepaliveperiodseconds: 0 # 0 = use Go default (15s); -1 = disable keepalive; set the interval in which keepalive packets will be sent. Only change this value if you know what you are doing.
listenaddr: "" # the address to bind on, leave empty to bind on all addresses
port: 80 # the port the HTTP server will listen on