Skip to content

Commit f5412ba

Browse files
committed
fix: description of setting transient_data_retention_time_in_minutes
1 parent 9238c0a commit f5412ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/src/settings_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ impl DefaultSettings {
161161
}),
162162
("transient_data_retention_time_in_minutes", DefaultSettingValue {
163163
value: UserSettingValue::UInt64(60),
164-
desc: "Sets the data retention time in minutes.",
164+
desc: "Sets the transient data retention time in minutes.",
165165
mode: SettingMode::Both,
166166
range: Some(SettingRange::Numeric(0..= 24 * 60)),
167167
}),

0 commit comments

Comments
 (0)