mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 06:57:24 +00:00
fix comment
This commit is contained in:
@@ -1199,7 +1199,7 @@ func createAndStartPrivValidatorSocketClient(
|
||||
}
|
||||
|
||||
const (
|
||||
retries = 50 // unlimited
|
||||
retries = 50 // 50 * 100ms = 5s total
|
||||
timeout = 100 * time.Millisecond
|
||||
)
|
||||
pvscWithRetries := privval.NewRetrySignerClient(pvsc, retries, timeout)
|
||||
|
||||
Reference in New Issue
Block a user