From 3cf47c5ee08b61426fd6f3dbd0f3466ad0bd038c Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Tue, 7 Sep 2021 21:29:11 +0200 Subject: [PATCH] Fix keep alive setting comment See https://github.com/gotify/server/issues/343#issuecomment-914560534 --- config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yml b/config.example.yml index 15e7e7c..d9346c0 100644 --- a/config.example.yml +++ b/config.example.yml @@ -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