YueGuobin
3aa39a2da3
perf: raise start/stop/suspend/reset-console concurrency from 3
The historic concurrency=3 was far too conservative for 1000+ node
topologies. Raise them based on operation weight:
stop_all: 3 -> 100 (docker kill + permissions cleanup, light)
suspend_all: 3 -> 50 (docker pause/unpause, light)
start_all: 3 -> 20 (ubridge startup + docker start + network, heavy)
reset_console: 3 -> 20 (terminal reset, light)
Node creation (open) already uses concurrency=100 and approaches the
container-create daemon limit (~20/s); stop/kill is substantially faster
than create, so 100 is safe.
2026-08-11 00:33:49 +08:00
..
2026-07-06 13:35:44 +08:00
2026-08-10 23:42:50 +08:00
2026-07-29 18:52:23 +02:00
2026-08-11 00:22:26 +08:00
2026-08-06 21:35:09 +08:00
2025-09-01 18:55:36 +02:00
2026-08-11 00:33:49 +08:00
2026-07-16 00:39:51 +08:00
2026-04-04 19:55:13 +08:00
2026-08-08 22:11:39 +02:00
2026-06-11 23:51:07 +08:00
2025-04-21 20:13:31 +07:00
2026-08-10 23:42:50 +08:00
2026-08-08 22:11:39 +02:00
2026-07-09 08:40:05 +02:00
2024-04-22 18:51:29 +07:00
2020-11-02 12:05:32 +10:30
2026-07-10 14:55:21 +08:00
2021-04-13 18:37:58 +09:30
2015-08-25 22:31:45 +02:00
2023-01-11 10:15:04 +08:00
2026-03-06 01:42:47 +08:00
2026-07-30 12:53:08 +02:00
2022-01-19 22:28:36 +10:30
2026-08-08 00:26:00 +08:00
2026-03-03 00:28:57 +03:00
2026-07-30 19:11:11 +02:00