diff --git a/main.go b/main.go index ef1131d..60443d3 100644 --- a/main.go +++ b/main.go @@ -88,7 +88,7 @@ func getAnimeSearch(malToTvdb map[int]int, r *http.Request) (string, error) { break } if hasNextPage { - time.Sleep(1 * time.Second) // sleep between requests for new page to try and avoid rate limits + time.Sleep(500 * time.Millisecond) // sleep between requests for new page to try and avoid rate limits } }