Refactor sync fast path to introduce caching for ExtraSettings and peer groups, optimize MarkPeerConnected with async writes, and reduce DB round trips.

This commit is contained in:
mlsmaycon
2026-04-24 18:13:37 +02:00
parent ac6b73005d
commit 8c521a7cb5
10 changed files with 106 additions and 30 deletions

View File

@@ -258,6 +258,7 @@ func startServer(
nil,
nil,
nil,
nil,
)
if err != nil {
t.Fatalf("failed creating management server: %v", err)