From 9b7c922e40d68fc2a1d967b7d5a768d52f85f906 Mon Sep 17 00:00:00 2001 From: binarybaron Date: Fri, 5 Jun 2026 14:00:27 +0200 Subject: [PATCH] feat(orchestrator): enabel tcp_tw_reuse --- swap-orchestrator/src/compose.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swap-orchestrator/src/compose.rs b/swap-orchestrator/src/compose.rs index ab917061ea..57fc3c0637 100644 --- a/swap-orchestrator/src/compose.rs +++ b/swap-orchestrator/src/compose.rs @@ -463,6 +463,8 @@ services: restart: unless-stopped cap_add: - SYS_PTRACE + sysctls: + - net.ipv4.tcp_tw_reuse=1 depends_on: - electrs volumes: