We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2e218 commit 43eee9dCopy full SHA for 43eee9d
internals/config/config.go
@@ -9,6 +9,7 @@ import (
9
)
10
11
var ENV = &structure.ENV{
12
+ LOG_LEVEL: "info",
13
DISCOVERY_INTERVAL: 60,
14
ALIVE_INTERVAL: 120,
15
}
0 commit comments