renestraub / vcu-ui

VCU Pro minimal Web UI
MIT License
0 stars 1 forks source link

Check timeout for TB upload. #46

Open renestraub opened 2 years ago

renestraub commented 2 years ago

2 secs might be too slow for 2G, 3G

renestraub commented 2 years ago

Current settings c.setopt(pycurl.CONNECTTIMEOUT_MS, 2000) c.setopt(pycurl.TIMEOUT_MS, 3000)

Add one second more to each