Skip to content

Commit b41f897

Browse files
Use Eden Thrift Read API on Windows by default
Reviewed By: IanChilds Differential Revision: D78312453 fbshipit-source-id: 7e49396f884e436b5f75357c99e324d3489eec80
1 parent 394f1a1 commit b41f897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/buck2_server/src/daemon/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ impl DaemonState {
465465
section: "buck2",
466466
property: "use_eden_thrift_read",
467467
})?
468-
.unwrap_or(cfg!(target_os = "macos"));
468+
.unwrap_or(cfg!(any(target_os = "macos", target_os = "windows")));
469469

470470
let (io, _, (materializer_db, materializer_state)) = futures::future::try_join3(
471471
create_io_provider(

0 commit comments

Comments
 (0)