Switch default Manifold client from Thrift to C++

Summary: All important jobs (SCS Server, LFS Server, Mononoke Server, derived data) have switched successfully. Roll up anything that's been missed by switching the default and letting contbuild take care of it

Reviewed By: krallin

Differential Revision: D26980991

fbshipit-source-id: 2c9f7cd56c38e9e1a2f8374c76141e7a99c88a2a
This commit is contained in:
Simon Farnsworth 2021-03-12 08:35:18 -08:00 committed by Facebook GitHub Bot
parent cc64215a36
commit 1eecbfa82d

View File

@ -777,7 +777,7 @@ impl MononokeAppBuilder {
.takes_value(true)
.possible_values(BOOL_VALUES)
.required(false)
.default_value(bool_as_str(false))
.default_value(bool_as_str(true))
.help("Whether to allow Manifold blobstore to use the C++ client"),
)
.arg(