mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-25 20:41:25 +02:00
aa2ba0a5c8
PATH_ROTATION now has 3 phases: 1. Exhaust retries on primary path first (initial send + retries_per_path-1) 2. Rotate through remaining non-primary paths 3. Optional FLOOD fallback (if no_auto_flood=False) Previously, retry iterated all paths in sort_order giving the primary path only the initial send attempt before switching to the first path on the list, which was often an older/worse path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>