We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9b492 commit b96cb06Copy full SHA for b96cb06
src/query/settings/src/settings_default.rs
@@ -345,7 +345,7 @@ impl DefaultSettings {
345
range: Some(SettingRange::Numeric(0..=u64::MAX)),
346
}),
347
("load_file_metadata_expire_hours", DefaultSettingValue {
348
- value: UserSettingValue::UInt64(24 * 7),
+ value: UserSettingValue::UInt64(24),
349
desc: "Sets the hours that the metadata of files you load data from with COPY INTO will expire in.",
350
mode: SettingMode::Both,
351
0 commit comments