We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133a465 commit 45426dbCopy full SHA for 45426db
bootstrap/bootstrap.go
@@ -67,7 +67,7 @@ type BootstrapConfig struct {
67
var DefaultBootstrapConfig = BootstrapConfig{
68
MinPeerThreshold: 4,
69
Period: 30 * time.Second,
70
- ConnectionTimeout: (30 * time.Second) / 3, // Perod / 3
+ ConnectionTimeout: (30 * time.Second) / 3, // Period / 3
71
BackupBootstrapInterval: 1 * time.Hour,
72
MaxBackupBootstrapSize: 20,
73
}
0 commit comments