diff options
author | Gav Wood <i@gavwood.com> | 2014-02-16 05:16:51 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-02-16 05:16:51 +0800 |
commit | 769e108bc284dcdc812468f5f79f53eb2e120752 (patch) | |
tree | 1dfa0669e1106fe6f89f5bbae33314bb998b2af9 | |
parent | c02764528009a61d399aceafac22bccdd8480e60 (diff) | |
download | dexon-solidity-769e108bc284dcdc812468f5f79f53eb2e120752.tar.gz dexon-solidity-769e108bc284dcdc812468f5f79f53eb2e120752.tar.zst dexon-solidity-769e108bc284dcdc812468f5f79f53eb2e120752.zip |
Less hangy.
-rw-r--r-- | peer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ int peerTest(int argc, char** argv) for (int i = 0; ; ++i) { this_thread::sleep_for(chrono::milliseconds(100)); - pn.process(ch); + pn.sync(); if (!(i % 10)) pn.pingAll(); } |