mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-14 14:14:09 +00:00
fix http timeout setting, dev.8
This commit is contained in:
@@ -443,7 +443,7 @@ bool WebStatusService::refresh_versions_cache() {
|
||||
ssl_client.setSessionTimeout(120);
|
||||
}
|
||||
basic_client.setTimeout(5000);
|
||||
ssl_client.setTimeout(5000);
|
||||
ssl_client.setTimeout(5);
|
||||
ssl_client.setClient(&basic_client, is_https);
|
||||
|
||||
// split into host and path
|
||||
|
||||
Reference in New Issue
Block a user