Skip to content

Commit

Permalink
chore(cluster): disable flight compression by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Dec 8, 2023
1 parent c761101 commit 06f0a09
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 @@ -532,7 +532,7 @@ impl DefaultSettings {
mode: SettingMode::Both,
}),
("query_flight_compression", DefaultSettingValue {
value: UserSettingValue::String(String::from("LZ4")),
value: UserSettingValue::String(String::from("None")),
desc: "flight compression method",
possible_values: Some(vec!["None", "LZ4", "ZSTD"]),
mode: SettingMode::Both,
Expand Down

0 comments on commit 06f0a09

Please sign in to comment.