aboutsummaryrefslogtreecommitdiffstats
path: root/peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'peer.cpp')
-rw-r--r--peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.cpp b/peer.cpp
index 20f2d322..7370df34 100644
--- a/peer.cpp
+++ b/peer.cpp
@@ -57,7 +57,7 @@ int peerTest(int argc, char** argv)
for (int i = 0; ; ++i)
{
this_thread::sleep_for(chrono::milliseconds(100));
- pn.sync();
+// pn.sync();
if (!(i % 10))
pn.pingAll();
}