mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-22 20:00:32 +03:00
- start_all, stop_all: emit 'starting/stopping N nodes...' and complete lines with project name+id, matching the open-node/link log style. - close: emit 'project closing.../closed' bracketing the whole teardown. - Revert start_all concurrency 20->3 and reset_console 20->3: start (ubridge process + docker start + network) is heavy enough that high concurrency risks overwhelming the server. stop remains 100 (kill is light) and suspend remains 50 (pause is light).