Code cleanup; Indentation.

This commit is contained in:
Milos Gajdos
2020-01-14 18:48:42 +00:00
parent 0ea56a5ffe
commit dcd925f1e5
4 changed files with 62 additions and 60 deletions

View File

@@ -20,7 +20,7 @@ var (
// KeepAliveTime is the time in which we want to have sent a message to a peer
KeepAliveTime = 30 * time.Second
// SyncTime is the time a network node requests full sync from the network
SyncTime = 5 * time.Minute
SyncTime = 1 * time.Minute
// PruneTime defines time interval to periodically check nodes that need to be pruned
// due to their not announcing their presence within this time interval
PruneTime = 90 * time.Second