From d2ceec976b420320d16ea9e599f162e7bda54b27 Mon Sep 17 00:00:00 2001 From: Arne Zachlod Date: Mon, 10 Mar 2025 15:36:55 +0100 Subject: [PATCH] main.py: reduce upload watchdog to 20 minutes --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index da506e7..1c1801d 100755 --- a/main.py +++ b/main.py @@ -238,7 +238,7 @@ def exec_upload(cmd): global OLD_LOG_FOLDER prepare_lowmem() debug(f"free memory before network connect: {gc.mem_free()}") - setup_wdt(3600) + setup_wdt(1200) network_connect(cmd) # upload file to server import requests