[Pkg-owncloud-commits] [owncloud-client] 205/218: SelectiveSync: Increase folder list timeout to 60
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:31:10 UTC 2015
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 745cf55abb3eeea81e2469ea951fbe53999f370e
Author: Markus Goetz <markus at woboq.com>
Date: Thu Oct 15 14:30:23 2015 +0200
SelectiveSync: Increase folder list timeout to 60
Already done for 2.1 in 05eee16959ab7cc485bee9c273392b84ba57eae8
For #3524
---
src/gui/folderstatusmodel.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp
index 9b9dbff..dc451d3 100644
--- a/src/gui/folderstatusmodel.cpp
+++ b/src/gui/folderstatusmodel.cpp
@@ -477,7 +477,7 @@ void FolderStatusModel::fetchMore(const QModelIndex& parent)
}
LsColJob *job = new LsColJob(_accountState->account(), path, this);
job->setProperties(QList<QByteArray>() << "resourcetype" << "quota-used-bytes");
- job->setTimeout(5 * 1000);
+ job->setTimeout(60 * 1000);
connect(job, SIGNAL(directoryListingSubfolders(QStringList)),
SLOT(slotUpdateDirectories(QStringList)));
connect(job, SIGNAL(finishedWithError(QNetworkReply*)),
--
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