1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-14 17:52:14 -04:00

Make maxConcurrentReqs configurable (#1341)

This commit is contained in:
jackyzy823
2025-12-08 17:05:08 +08:00
committed by GitHub
parent 51b54852dc
commit baeaf685d3
5 changed files with 12 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ setMaxHttpConns(cfg.httpMaxConns)
setHttpProxy(cfg.proxy, cfg.proxyAuth)
setApiProxy(cfg.apiProxy)
setDisableTid(cfg.disableTid)
setMaxConcurrentReqs(cfg.maxConcurrentReqs)
initAboutPage(cfg.staticDir)
waitFor initRedisPool(cfg)