1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-24 20:32:49 -05:00

Search isn't rate limited

This commit is contained in:
Zed
2023-07-22 04:06:04 +02:00
parent 50f821dbd8
commit 72d8f35cd1

View File

@@ -41,7 +41,8 @@ proc getPoolJson*(): JsonNode =
let let
maxReqs = maxReqs =
case api case api
of Api.photoRail, Api.search: 180 of Api.search: 100000
of Api.photoRail: 180
of Api.timeline: 187 of Api.timeline: 187
of Api.userTweets: 300 of Api.userTweets: 300
of Api.userTweetsAndReplies, Api.userRestId, of Api.userTweetsAndReplies, Api.userRestId,