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 @@ -65,6 +65,7 @@ Mode: ModeSingle, Config: agentConf, ClusterPort: DefaultClusterPort, Ctx: context.Background(), } }