Commit 8a3363fa authored by Maged Michael's avatar Maged Michael Committed by Facebook GitHub Bot

RequestContext: Use hazard pointer-based implementation by default

Summary: Make the hazard pointer-based implementation of request context the default one by setting `folly_reqctx_use_hazptr` to true by default.

Reviewed By: yfeldblum

Differential Revision: D19145252

fbshipit-source-id: 5dd68fb92561685a6ee35d8b3b03a1dcf7e1e356
parent 2ca4c388
......@@ -26,7 +26,7 @@
DEFINE_bool(
folly_reqctx_use_hazptr,
false,
true,
"RequestContext implementation using hazard pointers");
namespace folly {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment