[Pkg-owncloud-commits] [owncloud-client] 05/27: FolderStatusModel: Undo accidental debug change
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 28 09:43:43 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 b155503fa27b92af7e02aec0ce75e39d9b114b8b
Author: Christian Kamm <mail at ckamm.de>
Date: Wed Aug 19 15:05:30 2015 +0200
FolderStatusModel: Undo accidental debug change
---
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 383d09f..cf4b493 100644
--- a/src/gui/folderstatusmodel.cpp
+++ b/src/gui/folderstatusmodel.cpp
@@ -427,7 +427,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(1);
+ job->setTimeout(5 * 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