Re-enable v4_migrate option for now.

This commit is contained in:
Orne Brocaar 2023-04-26 12:27:12 +01:00
parent a5dd650510
commit 0ef9f16f40

View File

@ -634,7 +634,7 @@ impl Default for GatewayBackendMqtt {
tls_cert: "".into(),
tls_key: "".into(),
keep_alive_interval: Duration::from_secs(30),
v4_migrate: false,
v4_migrate: true,
}
}
}