DaemonManager: reset disconnectedEpoch on start, start timeout 60s

This commit is contained in:
xiphon
2019-10-09 02:02:58 +00:00
parent e6458b58ef
commit 965081c554
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
#include <QMap>
namespace {
static const int DAEMON_START_TIMEOUT_SECONDS = 30;
static const int DAEMON_START_TIMEOUT_SECONDS = 60;
}
DaemonManager * DaemonManager::m_instance = nullptr;