txlyre před 1 měsícem
rodič
revize
2e523cb2a6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")