Upload: put the job in the active list while doing the checksum computation.
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 20 May 2016 13:06:07 +0000 (15:06 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Fri, 20 May 2016 14:28:27 +0000 (16:28 +0200)
commit03e3b3bf50e7e10a41ff28d8a27c8bec1be45065
tree9e1751c12c35f8550a74d8e6ce50eb72039afb36
parentc6794cd3382b6dd3d9caba13a6e0f108463dac6a
Upload: put the job in the active list while doing the checksum computation.

This fixes an issue in which too many jobs are started un parallel
while uploading many files, which could cause too much memory usage as the
chunks are stored in memory.

Probably the fix for #4611
src/libsync/owncloudpropagator.h
src/libsync/propagateupload.cpp