liuxiaolong
2022-06-28 37714b1093c04061e636e5b1d27179652e671c0a
serf/serf.go
@@ -224,7 +224,7 @@
const (
   snapshotSizeLimit  = 128 * 1024 // Maximum 128 KB snapshot
   UserEventSizeLimit = 9 * 1024   // Maximum 9KB for event name and payload
   UserEventSizeLimit = 9 * 10 * 1024   // Maximum 9KB for event name and payload
)
// Create creates a new Serf instance, starting all the background tasks