Update config comment for default hydra backports.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -2111,11 +2111,6 @@ pub struct Config {
|
|||||||
///
|
///
|
||||||
/// This option exists for developer and debug use, and as a failsafe in
|
/// This option exists for developer and debug use, and as a failsafe in
|
||||||
/// lieu of hardcoding it.
|
/// 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")]
|
#[serde(default = "true_fn")]
|
||||||
pub hydra_backports: bool,
|
pub hydra_backports: bool,
|
||||||
|
|
||||||
|
|||||||
@@ -1812,11 +1812,6 @@
|
|||||||
# This option exists for developer and debug use, and as a failsafe in
|
# This option exists for developer and debug use, and as a failsafe in
|
||||||
# lieu of hardcoding it.
|
# 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
|
#hydra_backports = true
|
||||||
|
|
||||||
# Delete rooms when the last user from this server leaves. This feature is
|
# Delete rooms when the last user from this server leaves. This feature is
|
||||||
|
|||||||
Reference in New Issue
Block a user