mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
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>