main.py: reduce upload watchdog to 20 minutes
This commit is contained in:
parent
5242b178bf
commit
d2ceec976b
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -238,7 +238,7 @@ def exec_upload(cmd):
|
||||||
global OLD_LOG_FOLDER
|
global OLD_LOG_FOLDER
|
||||||
prepare_lowmem()
|
prepare_lowmem()
|
||||||
debug(f"free memory before network connect: {gc.mem_free()}")
|
debug(f"free memory before network connect: {gc.mem_free()}")
|
||||||
setup_wdt(3600)
|
setup_wdt(1200)
|
||||||
network_connect(cmd)
|
network_connect(cmd)
|
||||||
# upload file to server
|
# upload file to server
|
||||||
import requests
|
import requests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue