diff --git a/app/buck2_re_configuration/src/lib.rs b/app/buck2_re_configuration/src/lib.rs index 722967e2e2c3..674dd84df6a2 100644 --- a/app/buck2_re_configuration/src/lib.rs +++ b/app/buck2_re_configuration/src/lib.rs @@ -514,7 +514,7 @@ impl Buck2OssReConfiguration { section: BUCK2_RE_CLIENT_CFG_SECTION, property: "use_fbcode_metadata", })? - .unwrap_or(true), + .unwrap_or(false), max_decoding_message_size: legacy_config.parse(BuckconfigKeyRef { section: BUCK2_RE_CLIENT_CFG_SECTION, property: "max_decoding_message_size",