🔖 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

@@ -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).")