mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow upload requests for several files at once.
This commit is contained in:
@@ -1108,9 +1108,6 @@ void SessionPrivate::onSentSome(uint64 size) {
|
||||
DEBUG_LOG(("Checking connect for request with size %1 bytes, delay will be %2").arg(size).arg(remain));
|
||||
}
|
||||
}
|
||||
if (isUploadDcId(_shiftedDcId)) {
|
||||
remain *= kUploadSessionsCount;
|
||||
}
|
||||
_waitForReceivedTimer.callOnce(remain);
|
||||
}
|
||||
if (!_firstSentAt) {
|
||||
|
||||
Reference in New Issue
Block a user