[Pkg-owncloud-commits] [owncloud-client] 61/470: Propagator: Remove 100msec delay between jobs
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:24:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit fe7630954e8132895f4955fbd910b04f9acf4222
Author: Markus Goetz <markus at woboq.com>
Date: Tue Feb 23 14:27:35 2016 +0100
Propagator: Remove 100msec delay between jobs
---
src/libsync/owncloudpropagator.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/owncloudpropagator.cpp b/src/libsync/owncloudpropagator.cpp
index 9d93b59..4044611 100644
--- a/src/libsync/owncloudpropagator.cpp
+++ b/src/libsync/owncloudpropagator.cpp
@@ -520,7 +520,7 @@ void OwncloudPropagator::scheduleNextJob()
{
if (this->_activeJobs < maximumActiveJob()) {
if (_rootJob->scheduleNextJob()) {
- QTimer::singleShot(100, this, SLOT(scheduleNextJob()));
+ QTimer::singleShot(0, this, SLOT(scheduleNextJob()));
}
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list