You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK, now the delay can only be specified in seconds with a minimum 1. Sometimes it's not quite handy, for example in perf tests to set such big delay.
It would be great to have the possibility to set duration as a string, like "300ms" and then parse that duration via ParseDuration instead of reading int and hardcoding * time.Second.
What do you think?
The text was updated successfully, but these errors were encountered:
Hello. Thank you for your project.
AFAIK, now the delay can only be specified in seconds with a minimum 1. Sometimes it's not quite handy, for example in perf tests to set such big delay.
It would be great to have the possibility to set duration as a string, like "300ms" and then parse that duration via ParseDuration instead of reading int and hardcoding * time.Second.
What do you think?
The text was updated successfully, but these errors were encountered: