Skip to content

Commit

Permalink
use ABSL_RETIRED_FLAG
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <[email protected]>
  • Loading branch information
adiholden committed Nov 13, 2024
1 parent e5a01eb commit 611ad94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/facade/conn_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
#include "facade/dragonfly_connection.h"
#include "facade/reply_builder.h"

ABSL_FLAG(bool, experimental_new_io, true, "the flag is deprecated");
ABSL_RETIRED_FLAG(bool, experimental_new_io, true,
"Use new replying code - should "
"reduce latencies for pipelining");

namespace facade {

Expand Down

0 comments on commit 611ad94

Please sign in to comment.