Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
matti committed Aug 7, 2024
1 parent 0ddfa02 commit a2f9621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ func main() {
readTimeoutMs := flag.Int("readTimeout", 500, "readTimeout")
writeTimeoutMs := flag.Int("writeTimeout", 500, "writeTimeout")

delayMs := flag.Int("delay", 10, "delay in ms")
concurrencyDelayMs := flag.Int("concurrencyDelay", 0, "concurrency delay in ms, first upstream immediately and then add every delay")
delayMs := flag.Int("delay", 10, "retry delay in ms")
concurrencyDelayMs := flag.Int("concurrencyDelay", 0, "concurrency delay in ms, first upstream immediately and then add every delay (default 0)")

flag.IntVar(&tries, "tries", 3, "tries")
flag.BoolVar(&retry, "retry", false, "retry")
Expand Down

0 comments on commit a2f9621

Please sign in to comment.