mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-27 20:12:41 +02:00
743969291e
Replace per-message get_echoes_for_message() calls (N+1, up to 500 queries per request) with a single get_echoes_for_payloads() batch query. With connection-per-call over a Windows bind mount each query cost ~66 ms, making the endpoint take 33 s and time out in the UI; now it completes in ~0.5 s. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>