minor changes

This commit is contained in:
2026-06-13 14:12:18 +03:00
parent 5a2fc03106
commit 9c3548c6f2
54 changed files with 11 additions and 326 deletions
@@ -41,7 +41,7 @@ class GatewayManager(
discoverBackends()
startHealthChecks()
startDiscovery()
repeat(4) { readerPool.submit(::readLoop) }
repeat(4) { readerPool.submit { readLoop() } }
try {
Thread.currentThread().join()
} catch (_: InterruptedException) {}