mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-30 22:51:19 +00:00
remove unused const
This commit is contained in:
parent
5be72672fe
commit
2b02843453
@ -20,7 +20,6 @@ const (
|
|||||||
numBatchMsgPackets = 10
|
numBatchMsgPackets = 10
|
||||||
minReadBufferSize = 1024
|
minReadBufferSize = 1024
|
||||||
minWriteBufferSize = 65536
|
minWriteBufferSize = 65536
|
||||||
idleTimeoutMinutes = 5
|
|
||||||
updateState = 2 * time.Second
|
updateState = 2 * time.Second
|
||||||
pingTimeout = 40 * time.Second
|
pingTimeout = 40 * time.Second
|
||||||
flushThrottle = 100 * time.Millisecond
|
flushThrottle = 100 * time.Millisecond
|
||||||
|
Loading…
x
Reference in New Issue
Block a user