diff --git a/src/Application.cpp b/src/Application.cpp index c48070b8f0..8b47e4b737 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -137,7 +137,7 @@ void Application::run() mWallet.load(); // mWallet.syncToLedger(true, &(*secondLedger)); - mNetOps.setStateTimer(5); + mNetOps.setStateTimer(0); // temporary mIOService.run(); // This blocks