Use old timeline endpoint
This commit is contained in:
@@ -41,8 +41,10 @@ proc getPoolJson*(): JsonNode =
|
||||
let
|
||||
maxReqs =
|
||||
case api
|
||||
of Api.timeline, Api.search: 180
|
||||
of Api.userTweets, Api.userTweetsAndReplies, Api.userRestId,
|
||||
of Api.photoRail, Api.search: 180
|
||||
of Api.timeline: 187
|
||||
of Api.userTweets: 300
|
||||
of Api.userTweetsAndReplies, Api.userRestId,
|
||||
Api.userScreenName, Api.tweetDetail, Api.tweetResult: 500
|
||||
of Api.list, Api.listTweets, Api.listMembers, Api.listBySlug, Api.userMedia: 500
|
||||
of Api.userSearch: 900
|
||||
|
||||
Reference in New Issue
Block a user