mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-16 15:17:14 +00:00
dea7cd9cc1
The periodic reset job reset every due inbound, then every due client, one at a time, and each waited on its node: up to 10s per node inbound, and 4s per attached node inbound for a client. A few hanging nodes stretched a single run over hours. Both loops now run eight at a time. With the per-client fan-out of four that stays within the 32 concurrent node calls the other node fan-outs use.