ソースを参照

Set listMembers max remaining to 500

Zed 4 年 前
コミット
c9b451d3ea
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/tokens.nim

+ 1 - 1
src/tokens.nim

@@ -37,7 +37,7 @@ proc getPoolJson*(): JsonNode =
       let
         maxReqs =
           case api
-          of Api.listBySlug, Api.list, Api.userRestId: 500
+          of Api.listMembers, Api.listBySlug, Api.list, Api.userRestId: 500
           of Api.timeline: 187
           else: 180
         reqs = maxReqs - token.apis[api].remaining