chore: change the defaults
This commit is contained in:
parent
27edc01912
commit
8f48ab6491
2 changed files with 6 additions and 6 deletions
|
|
@ -1,17 +1,17 @@
|
|||
package config
|
||||
|
||||
var defaultConfig = Config{
|
||||
var DefaultConfig = Config{
|
||||
Node: NodeConfig{
|
||||
ListenOn: "0.0.0.0",
|
||||
Port: 56714,
|
||||
KeepaliveInterval: 1,
|
||||
KeepaliveInterval: 10,
|
||||
LogLevel: LogLevelInfo,
|
||||
},
|
||||
Configs: Configs{
|
||||
Master: MasterConfig{
|
||||
ObserverInterval: 10,
|
||||
BackoffSeconds: 2,
|
||||
BackoffCount: 3,
|
||||
ObserverInterval: 120,
|
||||
BackoffSeconds: 1,
|
||||
BackoffCount: 4,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue