mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-04 10:01:24 +00:00
Increase max concurrent reqs per account
This commit is contained in:
parent
5265de101d
commit
afad55749b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import experimental/parser/guestaccount
|
||||||
|
|
||||||
# max requests at a time per account to avoid race conditions
|
# max requests at a time per account to avoid race conditions
|
||||||
const
|
const
|
||||||
maxConcurrentReqs = 2
|
maxConcurrentReqs = 3
|
||||||
dayInSeconds = 24 * 60 * 60
|
dayInSeconds = 24 * 60 * 60
|
||||||
apiMaxReqs: Table[Api, int] = {
|
apiMaxReqs: Table[Api, int] = {
|
||||||
Api.search: 50,
|
Api.search: 50,
|
||||||
|
|
Loading…
Reference in a new issue