🔖 v1.5.2

This commit is contained in:
源文雨 2022-11-09 14:54:52 +08:00
parent 6c2fc1b4c2
commit 8674c14754
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ zerobot [-h] [-n nickname] [-t token] [-u url] [-p prefix] [-d|w] [-c|s config.j
"command_prefix": "/",
"super_users": [],
"ring_len": 4096,
"latency": 1000000000,
"latency": 233000000,
"max_process_time": 240000000000
},
"ws": [

View File

@ -204,7 +204,7 @@ func init() {
prefix := flag.String("p", "/", "Set command prefix.")
runcfg := flag.String("c", "", "Run from config file.")
save := flag.String("s", "", "Save default config to file and exit.")
late := flag.Uint("l", 1000, "Response latency (ms).")
late := flag.Uint("l", 233, "Response latency (ms).")
rsz := flag.Uint("r", 4096, "Receiving buffer ring size.")
maxpt := flag.Uint("x", 4, "Max process time (min).")