|
@@ -108,7 +108,7 @@ func main() {
|
|
flag.UintVar(&bufferSize, "bufferSize", 1024, "sending queue max capacity")
|
|
flag.UintVar(&bufferSize, "bufferSize", 1024, "sending queue max capacity")
|
|
flag.UintVar(&processorsCount, "processorsCount", 1, "count of processor goroutines")
|
|
flag.UintVar(&processorsCount, "processorsCount", 1, "count of processor goroutines")
|
|
flag.UintVar(&sendersCount, "sendersCount", 1, "count of sender 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(&ident, "ident", "", "yebi.su ident")
|
|
flag.StringVar(&secret, "secret", "", "yebi.su secret")
|
|
flag.StringVar(&secret, "secret", "", "yebi.su secret")
|
|
|
|
|