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
when I use ticker := ratelimit.New(0) the code will throw exception, but when I use negative I works ok but loss my mind. ticker := ratelimit.New(-1) Pre-Request wait 10s. if need add some check in when new a litter?
The text was updated successfully, but these errors were encountered:
when I use
ticker := ratelimit.New(0)
the code will throw exception, but when I use negative I works ok but loss my mind.ticker := ratelimit.New(-1)
Pre-Request wait 10s. if need add some check in when new a litter?The text was updated successfully, but these errors were encountered: