[client] Enable network map persistence by default (#3152)

This commit is contained in:
Viktor Liu
2025-01-06 14:11:43 +01:00
committed by GitHub
parent 02a3feddb8
commit f08605a7f1
3 changed files with 4 additions and 3 deletions

View File

@ -91,6 +91,8 @@ func New(ctx context.Context, configPath, logFile string) *Server {
signalProbe: internal.NewProbe(),
relayProbe: internal.NewProbe(),
wgProbe: internal.NewProbe(),
persistNetworkMap: true,
}
}