mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
enhance: update datanode's msg chan size from 10k to 2k
Signed-off-by: Victor1319 <834863182@qq.com>
This commit is contained in:
parent
f236905d43
commit
7d3ad78f46
@ -15,7 +15,7 @@
|
||||
package repl
|
||||
|
||||
const (
|
||||
RequestChanSize = 10240
|
||||
RequestChanSize = 2048
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user