Make lazy connections opt-out with NB_LAZY_CONN and MDM overrides

This commit is contained in:
Viktor Liu
2026-06-30 17:01:24 +02:00
parent 4ef65294e9
commit 159e5736cd
23 changed files with 257 additions and 145 deletions
+1 -1
View File
@@ -885,7 +885,7 @@ func TestAddConfig_AllFieldsCovered(t *testing.T) {
DNSRouteInterval: 5 * time.Second,
ClientCertPath: "/tmp/cert",
ClientCertKeyPath: "/tmp/key",
LazyConnectionEnabled: true,
LazyConnection: "on",
MTU: 1280,
}