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
we can consider adding new flag type in goflags for ratelimit which accepts ratelimit along with unit
type RateLimit struct{
MaxTokens unit
Duration time.Duration
}
rls := []RateLimit{}
flag.RateLimitVar(&rls, "-rls",nil,"rate limit along with unit ex: 10/ms , 30/m, 8/s ")
Proposed changes
we can consider adding new flag type in goflags for ratelimit which accepts ratelimit along with unit
ref: projectdiscovery/subfinder#891 (review)
The text was updated successfully, but these errors were encountered: