diff options
| -rw-r--r-- | main.qml | 2 | ||||
| -rw-r--r-- | src/daemon/DaemonManager.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -700,6 +700,7 @@ ApplicationWindow { // resume refresh currentWallet.startRefresh(); // resume simplemode connection timer + appWindow.disconnectedEpoch = Utils.epoch(); simpleModeConnectionTimer.start(); } function onDaemonStopped(){ @@ -1855,7 +1856,6 @@ ApplicationWindow { appWindow.stopDaemon(); } appWindow.startDaemon(""); - appWindow.disconnectedEpoch = Utils.epoch(); } Timer { diff --git a/src/daemon/DaemonManager.cpp b/src/daemon/DaemonManager.cpp index baabffb4..e043f225 100644 --- a/src/daemon/DaemonManager.cpp +++ b/src/daemon/DaemonManager.cpp @@ -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; |
