mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-22 06:42:19 +03:00
The first autoSync cycle launched every connection at once. A host with 112 connections then held 112 catalog JSON parses on a cold heap and died at the V8 cap. Cap in-flight fetches at 4 for the whole cycle, and wait 90s so boot can serve traffic and the 30s cleanup has already run. Signed-off-by: Minxi Hou <houminxi@gmail.com> Co-authored-by: Diego Rodrigues de Sa e Souza <diegosouza.pw@gmail.com>