From 15ba78e620fd0c1e7f505cebd4032979676c7eb2 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 28 六月 2022 16:12:50 +0800 Subject: [PATCH] scale MaxUserEventSize to 90k --- config.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.go b/config.go index e8fd58e..825a0f5 100644 --- a/config.go +++ b/config.go @@ -47,7 +47,7 @@ BroadcastInterval = 5 MaxQueryRespSize = 50 * 1024 * 1024 MaxQuerySize = 50 * 1024 * 1024 - MaxUserEventSize = 9 * 1024 + MaxUserEventSize = 9 * 1024 * 10 ReplayOnJoinDefault = false SnapshotPathDefault = "./serfSnapShot" MaxEventBufferCount = 2048 -- Gitblit v1.8.0