Skip to content

Commit 45426db

Browse files
gammazeroJorropo
authored andcommitted
Update bootstrap/bootstrap.go
Co-authored-by: Jorropo <[email protected]>
1 parent 133a465 commit 45426db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type BootstrapConfig struct {
6767
var DefaultBootstrapConfig = BootstrapConfig{
6868
MinPeerThreshold: 4,
6969
Period: 30 * time.Second,
70-
ConnectionTimeout: (30 * time.Second) / 3, // Perod / 3
70+
ConnectionTimeout: (30 * time.Second) / 3, // Period / 3
7171
BackupBootstrapInterval: 1 * time.Hour,
7272
MaxBackupBootstrapSize: 20,
7373
}

0 commit comments

Comments
 (0)