Comment 0 for bug 1868414

Revision history for this message
felias (felias) wrote :

Hi all,

As the title says, the timeout parameter not passed to the BlobService backend for Azure resulting in upload errors on large backups.

As a complete python noob, adding the following to the constructor in ./azurebackend.py fixes it.

if globals.timeout:
    self.blob_service.SOCKET_TIMEOUT = globals.timeout