Less hangy.

This commit is contained in:
Gav Wood 2014-02-15 21:16:51 +00:00
parent c027645280
commit 769e108bc2

View File

@ -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();
}