Fix #468: Increase StateSyncInterval to 10 minutes

License: MIT
Signed-off-by: Lilith McMullen <iggnsthe@live.com>
This commit is contained in:
Laevos 2018-06-19 19:42:29 -05:00
parent 6e760a72fd
commit 1b0eb8d27a

View File

@ -26,7 +26,7 @@ const (
DefaultConfigCrypto = crypto.RSA DefaultConfigCrypto = crypto.RSA
DefaultConfigKeyLength = 2048 DefaultConfigKeyLength = 2048
DefaultListenAddr = "/ip4/0.0.0.0/tcp/9096" DefaultListenAddr = "/ip4/0.0.0.0/tcp/9096"
DefaultStateSyncInterval = 60 * time.Second DefaultStateSyncInterval = 600 * time.Second
DefaultIPFSSyncInterval = 130 * time.Second DefaultIPFSSyncInterval = 130 * time.Second
DefaultMonitorPingInterval = 15 * time.Second DefaultMonitorPingInterval = 15 * time.Second
DefaultPeerWatchInterval = 5 * time.Second DefaultPeerWatchInterval = 5 * time.Second