mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
bcrypt.checkpw is CPU-bound (~1.3s per call) and was running synchronously inside the async event loop, blocking ALL concurrent requests. With 5 API keys and 10 concurrent requests, this caused ~13s delay before any handler could start.