blob: 085d48565c09a87293d7ca94fa1e69afe55645a2 (
plain)
1
2
3
4
5
6
7
|
---
fixes:
- |
Adds timeout to HTTP image validation and downloading operations, so that
the ``direct`` deploy does not hang when the remote server is not
responsive. The default timeout is 60 seconds and can be changed via the
new ``webserver_connection_timeout`` option.
|