diff options
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r-- | syncSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp index 0c55d46..ad7781b 100644 --- a/syncSocket.cpp +++ b/syncSocket.cpp @@ -35,7 +35,7 @@ void SyncSocket::OnAccept() oa << scom; Send(sout.str()); } - sleep(5); + sleep(1); if( ! gRoutingTable.empty()) { std::ostringstream sout; |