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:
e1c634d
)
SelectiveSync: Increase folder list timeout to 60
author
Markus Goetz
<markus@woboq.com>
Thu, 15 Oct 2015 12:30:23 +0000
(14:30 +0200)
committer
Markus Goetz
<markus@woboq.com>
Thu, 15 Oct 2015 12:43:11 +0000
(14:43 +0200)
Already done for 2.1 in
05eee16959ab7cc485bee9c273392b84ba57eae8
For #3524
src/gui/folderstatusmodel.cpp
patch
|
blob
|
history
diff --git
a/src/gui/folderstatusmodel.cpp
b/src/gui/folderstatusmodel.cpp
index 9b9dbff1b85ae7c051f229514104c75f482b26ae..dc451d3a0ccf968426080640435b73c33dba5a30 100644
(file)
--- 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*)),