summaryrefslogtreecommitdiff
path: root/proto_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_proxy.c')
-rw-r--r--proto_proxy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto_proxy.c b/proto_proxy.c
index b09e113..feeddc9 100644
--- a/proto_proxy.c
+++ b/proto_proxy.c
@@ -175,8 +175,6 @@ void *proxy_init(bool use_uring) {
pthread_mutex_init(&t->mutex, NULL);
pthread_cond_init(&t->cond, NULL);
- memcpy(&t->tunables, &ctx->tunables, sizeof(t->tunables));
-
#ifdef HAVE_LIBURING
if (t->use_uring) {
pthread_create(&t->thread_id, NULL, proxy_event_thread_ur, t);