We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147ff9 commit a019561Copy full SHA for a019561
1 file changed
internals/config/config.go
@@ -11,6 +11,8 @@ import (
11
var ENV = &structure.ENV{
12
LOG_LEVEL: "info",
13
PORT: "5555",
14
+ PING_INTERVAL: 5,
15
+ PING_RETRIES: 7,
16
}
17
18
func Load() {
0 commit comments