Skip to content

Commit

Permalink
chore: change load_file_metadata_expire_hours default from 24*7 to 12โ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆ hours (#15514)
  • Loading branch information
BohuTANG authored May 14, 2024
1 parent da9b492 commit b96cb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/settings/src/settings_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ impl DefaultSettings {
range: Some(SettingRange::Numeric(0..=u64::MAX)),
}),
("load_file_metadata_expire_hours", DefaultSettingValue {
value: UserSettingValue::UInt64(24 * 7),
value: UserSettingValue::UInt64(24),
desc: "Sets the hours that the metadata of files you load data from with COPY INTO will expire in.",
mode: SettingMode::Both,
range: Some(SettingRange::Numeric(0..=u64::MAX)),
Expand Down

0 comments on commit b96cb06

Please sign in to comment.