Reconnect on upload failure
pocketarc opened this issue · 1 comments
pocketarc commented
Right now, if git-deploy fails to upload, it will try uploading again using the same connection, 10 times. If that fails, it stops, and you have to restart the upload.
Change it so that instead of using the same connection, it closes it and opens a new one, to try again. This will avoid an issue I've been having with 1000+ file uploads, where it stops halfway.
pocketarc commented
Not necessary; the only reason I needed it was because I had problems sometimes with files that would cause the upload to stop, but I've since resolved this issue.