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 382d776 commit d3e6070Copy full SHA for d3e6070
nodes/node_balancer/cmd/nodebalancer/configs.go
@@ -34,7 +34,7 @@ var (
34
NB_MAX_COUNTER_NUMBER = uint64(10000000)
35
36
// Client configuration
37
- NB_CLIENT_NODE_KEEP_ALIVE = int64(1) // How long to store node in hot list for client in seconds
+ NB_CLIENT_NODE_KEEP_ALIVE = int64(5) // How long to store node in hot list for client in seconds
38
NB_HIGHEST_BLOCK_SHIFT = uint64(50) // Allowed shift to prefer node with most highest block
39
40
NB_ACCESS_ID_HEADER = os.Getenv("NB_ACCESS_ID_HEADER")
0 commit comments