main.py: reduce upload watchdog to 20 minutes

This commit is contained in:
Arne Zachlod 2025-03-10 15:36:55 +01:00
parent 5242b178bf
commit d2ceec976b

View file

@ -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