Change sync period

This commit is contained in:
mcrakhman 2022-12-06 21:02:47 +01:00 committed by Mikhail Iudin
parent 084dfd0ede
commit f4809905b9
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -198,7 +198,7 @@ func genNodeConfig(addresses []string, apiAddresses []string) (config.Config, er
}, },
Space: config.Space{ Space: config.Space{
GCTTL: 60, GCTTL: 60,
SyncPeriod: 10, SyncPeriod: 11,
}, },
}, nil }, nil
} }
@ -248,7 +248,7 @@ func genClientConfig(addresses []string, apiAddresses []string, encKey encryptio
}, },
Space: config.Space{ Space: config.Space{
GCTTL: 60, GCTTL: 60,
SyncPeriod: 10, SyncPeriod: 11,
}, },
}, nil }, nil
} }