Skip to content

Commit

Permalink
Search isn't rate limited
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Jul 22, 2023
1 parent 50f821d commit 72d8f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tokens.nim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ proc getPoolJson*(): JsonNode =
let
maxReqs =
case api
of Api.photoRail, Api.search: 180
of Api.search: 100000
of Api.photoRail: 180
of Api.timeline: 187
of Api.userTweets: 300
of Api.userTweetsAndReplies, Api.userRestId,
Expand Down

0 comments on commit 72d8f35

Please sign in to comment.