mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-11 09:14:52 +02:00
51f64be025
gevent async_mode requires monkey-patching at startup and was causing 6-12s page load times (vs 1-2s before). Threading mode doesn't require special setup and is sufficient for occasional Console commands. - Change async_mode from 'gevent' to 'threading' - Remove gevent/gevent-websocket from requirements (bridge has its own) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>