From 70e9fbb92b7cd0a347225bd1a26c047f3c7f55d5 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 18 May 2012 21:23:51 -0700 Subject: [PATCH] Speed up testing. --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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