mirror of
https://github.com/gotify/server.git
synced 2024-01-28 15:20:56 +03:00
Fix keep alive setting comment
See https://github.com/gotify/server/issues/343#issuecomment-914560534
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user