From 88a6b72f0f7a41bb73ea84775e1bd3a12437d4a2 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 17 Dec 2025 18:30:10 +0000 Subject: [PATCH] Update config comment for default hydra backports. Signed-off-by: Jason Volk --- src/core/config/mod.rs | 5 ----- tuwunel-example.toml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 8b275b0a..db68d1e6 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -2111,11 +2111,6 @@ pub struct Config { /// /// This option exists for developer and debug use, and as a failsafe in /// lieu of hardcoding it. - /// - /// This currently defaults to false as a matter of development until - /// real-world testing can shake out any implementation issues rather than - /// jeopardize existing rooms, but otherwise will default to true at the - /// next point release or patch. #[serde(default = "true_fn")] pub hydra_backports: bool, diff --git a/tuwunel-example.toml b/tuwunel-example.toml index fcc34ea1..5a41aef9 100644 --- a/tuwunel-example.toml +++ b/tuwunel-example.toml @@ -1812,11 +1812,6 @@ # This option exists for developer and debug use, and as a failsafe in # lieu of hardcoding it. # -# This currently defaults to false as a matter of development until -# real-world testing can shake out any implementation issues rather than -# jeopardize existing rooms, but otherwise will default to true at the -# next point release or patch. -# #hydra_backports = true # Delete rooms when the last user from this server leaves. This feature is