projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c011dc
)
FolderStatusModel: Undo accidental debug change
author
Christian Kamm
<mail@ckamm.de>
Wed, 19 Aug 2015 13:05:30 +0000
(15:05 +0200)
committer
Christian Kamm
<mail@ckamm.de>
Wed, 19 Aug 2015 13:05:30 +0000
(15:05 +0200)
src/gui/folderstatusmodel.cpp
patch
|
blob
|
history
diff --git
a/src/gui/folderstatusmodel.cpp
b/src/gui/folderstatusmodel.cpp
index 383d09ff3d040068e71f268ebe94a66fe37c9e71..cf4b4933af4578c68dc74c07dbcb1315be32147b 100644
(file)
--- 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*)),