Skip to content

Commit

Permalink
1h SNB interval
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Nov 17, 2023
1 parent 402be2a commit 631b5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/state.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function get() {
"isEnabled": true,
"bParallelModeRefreshSNB": true,
// seconds to re-discover SKALE network, 0 to disable
"secondsToReDiscoverSkaleNetwork": 90 * 60, // 90 minutes
"secondsToReDiscoverSkaleNetwork": 1 * 60 * 60,
"secondsToWaitForSkaleNetworkDiscovered": 5 * 60
},

Expand Down

0 comments on commit 631b5c8

Please sign in to comment.