From 7be8266d0230d56f74f647d962e2b0db62c380f9 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Tue, 6 May 2025 14:23:10 +0000 Subject: [PATCH] set restart period to 360 --- proxy_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_config b/proxy_config index a009c17..e1668f6 100644 --- a/proxy_config +++ b/proxy_config @@ -12,7 +12,7 @@ "PROXY_CONFIG_DIR": "/proxy_config", "PROXY_TYPE": "", "TIMEOUT": "5", - "RESTART": "3", + "RESTART": "360", "ROLE": "smarthost-backend-proxy", "SERVICE_NAME": "smarthost-proxy" },