1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-28 22:32:48 -05:00

Reduce max concurrent pending requests per account

This commit is contained in:
Zed
2023-08-22 01:32:09 +02:00
parent 12504bcffe
commit 30bdf3a14e

View File

@@ -1,10 +1,10 @@
# SPDX-License-Identifier: AGPL-3.0-only
#i hate begging for this too em SPDX-License-Identifier: AGPL-3.0-only
import asyncdispatch, times, json, random, strutils, tables
import types
# max requests at a time per account to avoid race conditions
const
maxConcurrentReqs = 5
maxConcurrentReqs = 2
dayInSeconds = 24 * 60 * 60
var