mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
feat server: experimental_new_io flag add as deprecated (#4127)
* feat server: experimental_new_io flag add as deprecated Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
4bc9ad6f01
commit
fb84d47b4d
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue