[Pkg-owncloud-commits] [owncloud-client] 63/78: Connectivity: Reduce ETag job timeout to 60 sec #4275

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Jun 24 16:29: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 a507558deeecdc8fd275bd43dd1e004b199c6b30
Author: Markus Goetz <markus at woboq.com>
Date:   Tue May 31 09:35:04 2016 +0200

    Connectivity: Reduce ETag job timeout to 60 sec #4275
    
    Before it used the default job timeout
---
 src/gui/folder.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index 5b8c019..3b36ca4 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -320,6 +320,7 @@ void Folder::slotRunEtagJob()
         // sync if it's different.
 
         _requestEtagJob = new RequestEtagJob(account, remotePath(), this);
+        _requestEtagJob->setTimeout(60*1000);
         // check if the etag is different
         QObject::connect(_requestEtagJob, SIGNAL(etagRetreived(QString)), this, SLOT(etagRetreived(QString)));
         FolderMan::instance()->slotScheduleETagJob(alias(), _requestEtagJob);

-- 
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