mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
- Default mode: classify all from rawcache on startup, then fetch+refresh one package per tick (round-robin). - --eager flag for the old behavior (fetch all on startup). - Skip aliases and symlinked dirs — legacy cache doesn't create entries for them (resolved at request time by the server). - Add --page-delay (default 2s) to rate-limit paginated API requests. - Add delayTransport wrapper on http.Client.