Fix tweetDetail stats
This commit is contained in:
parent
8df5256c1d
commit
45808361af
|
@ -52,10 +52,10 @@ proc getPoolJson*(): JsonNode =
|
||||||
maxReqs =
|
maxReqs =
|
||||||
case api
|
case api
|
||||||
of Api.search: 50
|
of Api.search: 50
|
||||||
of Api.tweetDetail: 150
|
|
||||||
of Api.photoRail: 180
|
of Api.photoRail: 180
|
||||||
of Api.userTweets, Api.userTweetsAndReplies, Api.userMedia,
|
of Api.userTweets, Api.userTweetsAndReplies, Api.userMedia,
|
||||||
Api.userRestId, Api.userScreenName, Api.tweetResult,
|
Api.userRestId, Api.userScreenName,
|
||||||
|
Api.tweetResult, Api.tweetDetail,
|
||||||
Api.list, Api.listTweets, Api.listMembers, Api.listBySlug: 500
|
Api.list, Api.listTweets, Api.listMembers, Api.listBySlug: 500
|
||||||
of Api.userSearch: 900
|
of Api.userSearch: 900
|
||||||
reqs = maxReqs - apiStatus.remaining
|
reqs = maxReqs - apiStatus.remaining
|
||||||
|
|
Loading…
Reference in New Issue