From 4be3bca2e39dca0bf9a6ef06dd2fb0bd0cc923c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:18:20 +0200 Subject: [PATCH] Increase connection timeout for older systems (#3935) --- install/changedetection-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index cc54b0a35..2f8c65285 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -137,6 +137,7 @@ cat </etc/systemd/system/browserless.service Description=browserless service After=network.target [Service] +Environment=CONNECTION_TIMEOUT=60000 WorkingDirectory=/opt/browserless ExecStart=/opt/browserless/scripts/start.sh SyslogIdentifier=browserless