mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Make maxConcurrentReqs configurable (#1341)
This commit is contained in:
parent
51b54852dc
commit
baeaf685d3
5 changed files with 12 additions and 5 deletions
|
|
@ -28,6 +28,7 @@ proxy = "" # http/https url, SOCKS proxies are not supported
|
|||
proxyAuth = ""
|
||||
apiProxy = "" # nitter-proxy host, e.g. localhost:7000
|
||||
disableTid = false # enable this if cookie-based auth is failing
|
||||
maxConcurrentReqs = 2 # max requests at a time per session to avoid race conditions
|
||||
|
||||
# Change default preferences here, see src/prefs_impl.nim for a complete list
|
||||
[Preferences]
|
||||
|
|
|
|||
Loading…
Reference in a new issue