Browse Source

reduce timeout, coding standards

cl-refactor
subtly 10 years ago
parent
commit
381f2dfe64
  1. 2
      libp2p/Host.cpp

2
libp2p/Host.cpp

@ -757,7 +757,7 @@ void Host::run(boost::system::error_code const& error)
}
if (s_lasttick == c_timerInterval * 100)
if (s_lasttick == c_timerInterval * 10)
{
growPeers();
prunePeers();

Loading…
Cancel
Save