mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-06 16:53:21 +02:00
9740fe3746
Commands like node_discover that take 10-15 seconds without producing any intermediate output were being marked as completed after 300ms of silence, resulting in "(no output)" being shown to the user. Now the monitor waits for at least 80% of the command timeout before applying the silence detection, ensuring slow commands have time to complete and return their results. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>