فهرست منبع

Search isn't rate limited

Zed 3 سال پیش
والد
کامیت
72d8f35cd1
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/tokens.nim

+ 2 - 1
src/tokens.nim

@@ -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,