enhance: update datanode's msg chan size from 10k to 2k

Signed-off-by: Victor1319 <834863182@qq.com>
This commit is contained in:
Victor1319 2023-01-12 15:55:40 +08:00 committed by leonrayang
parent f236905d43
commit 7d3ad78f46

View File

@ -15,7 +15,7 @@
package repl
const (
RequestChanSize = 10240
RequestChanSize = 2048
)
const (