Skip to content

Commit

Permalink
feat server: experimental_new_io flag add as deprecated (#4127)
Browse files Browse the repository at this point in the history
* feat server: experimental_new_io flag add as deprecated

Signed-off-by: adi_holden <adi@dragonflydb.io>
  • Loading branch information
adiholden authored Nov 13, 2024
1 parent 4bc9ad6 commit fb84d47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/facade/conn_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
#include "facade/dragonfly_connection.h"
#include "facade/reply_builder.h"

namespace facade {
ABSL_RETIRED_FLAG(bool, experimental_new_io, true,
"Use new replying code - should "
"reduce latencies for pipelining"); // TODO remove in 1/2/25

namespace facade {
ConnectionContext::ConnectionContext(Connection* owner) : owner_(owner) {
conn_closing = false;
req_auth = false;
Expand Down

0 comments on commit fb84d47

Please sign in to comment.