mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: one more time
This commit is contained in:
parent
8c9b6d3258
commit
ee4bdc548c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ var (
|
|||
SendTxV2Msg: {0, 100},
|
||||
GetTxStatusMsg: {0, 100},
|
||||
}
|
||||
minBufLimit = uint64(50000000 * maxCostFactor) // minimum buffer limit allowed for a client
|
||||
minBufLimit = uint64(50000000 * maxCostFactor) // minimum buffer limit allowed for a client
|
||||
minCapacity = (minBufLimit-1)/bufLimitRatio + 1 // minimum capacity allowed for a client
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue