thatll do for now
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
func Run(ctx context.Context) error {
|
func Run(ctx context.Context) error {
|
||||||
rps := 2
|
rps := 2
|
||||||
limit := 100
|
limit := 200
|
||||||
|
|
||||||
limiter := rate.NewLimiter(rate.Limit(rps), 1)
|
limiter := rate.NewLimiter(rate.Limit(rps), 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user