Prem Chaitanya Prathi 5a6a8c210f
perf(mix): don't block node startup on kad DHT bootstrap
Mounting Kademlia for fleet mix-discovery put KadDHT.start()'s blocking
initial bootstrap (iterative self-lookup + per-bucket refresh) onto the
switch.start() critical path, so node start (and the UI 'Starting...')
waited for discovery to converge. Set disableBootstrapping=true so the
node comes up immediately; the mix pool fills in the background via the
maintenance + service-lookup + top-up loops.
2026-06-26 13:43:16 +05:30
..
2026-02-22 17:51:59 -08:00
2025-09-26 16:14:37 -07:00