mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-18 22:14:35 +00:00
comments from review
This commit is contained in:
+5
-1
@@ -21,7 +21,11 @@ const (
|
||||
minWriteBufferSize = 65536
|
||||
updateState = 2 * time.Second
|
||||
pingTimeout = 40 * time.Second
|
||||
flushThrottle = 100 * time.Millisecond
|
||||
|
||||
// flushThrottle used here as a default.
|
||||
// overwritten by the user config.
|
||||
// TODO: remove
|
||||
flushThrottle = 100 * time.Millisecond
|
||||
|
||||
defaultSendQueueCapacity = 1
|
||||
defaultSendRate = int64(512000) // 500KB/s
|
||||
|
||||
Reference in New Issue
Block a user