Skip to content

Commit

Permalink
Update bootstrap/bootstrap.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
  • Loading branch information
2 people authored and hacdias committed Oct 31, 2023
1 parent 133a465 commit 45426db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type BootstrapConfig struct {
var DefaultBootstrapConfig = BootstrapConfig{
MinPeerThreshold: 4,
Period: 30 * time.Second,
ConnectionTimeout: (30 * time.Second) / 3, // Perod / 3
ConnectionTimeout: (30 * time.Second) / 3, // Period / 3
BackupBootstrapInterval: 1 * time.Hour,
MaxBackupBootstrapSize: 20,
}
Expand Down

0 comments on commit 45426db

Please sign in to comment.