You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Folder::loadSyncOptions() returns 20 network jobs for HTTP/2.
OwncloudPropagator::maximumActiveTransferJob() now uses std::max(3, ceil(parallelJobs/2)), which allows 10 active transfer jobs with HTTP/2 instead of capping at 3.
Backend advertises TUS creation-with-upload with default 10MB max chunk size.
Since 3.0, large Windows batch uploads (~20GB, many files) become unreliable/stuck. Before 3.0 this worked.
Suspected regression:
Repro:
Expected:
Large batch upload eventually completes.
Actual:
Uploads become unreliable/stuck after 3.0.
@guruz @dragotin