Skip to content

Commit

Permalink
Fix keep alive setting comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Sep 7, 2021
1 parent 36eb8d8 commit 3cf47c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.yml
Expand Up @@ -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

Expand Down

0 comments on commit 3cf47c5

Please sign in to comment.