浏览代码

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