mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-07-30 14:43:13 +00:00
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.