txlyre 1 сар өмнө
parent
commit
2e523cb2a6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -108,7 +108,7 @@ func main() {
 	flag.UintVar(&bufferSize, "bufferSize", 1024, "sending queue max capacity")
 	flag.UintVar(&processorsCount, "processorsCount", 1, "count of processor goroutines")
 	flag.UintVar(&sendersCount, "sendersCount", 1, "count of sender goroutines")
-	flag.UintVar(&sendCooldown, "sendCooldown", 100, "send cooldown (in ms)")
+	flag.UintVar(&sendCooldown, "sendCooldown", 80, "send cooldown (in ms)")
 	flag.StringVar(&ident, "ident", "", "yebi.su ident")
 	flag.StringVar(&secret, "secret", "", "yebi.su secret")