Fixed keep alive interval

x-node-url
kompotkot 2022-12-22 13:02:50 +00:00
rodzic 382d776f8d
commit d3e6070ec9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ var (
NB_MAX_COUNTER_NUMBER = uint64(10000000)
// Client configuration
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
NB_HIGHEST_BLOCK_SHIFT = uint64(50) // Allowed shift to prefer node with most highest block
NB_ACCESS_ID_HEADER = os.Getenv("NB_ACCESS_ID_HEADER")