scale down the DHT simulation even more

This commit is contained in:
arvidn 2015-08-13 23:07:32 -04:00
parent 225b82d9a0
commit 54e483647c
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ private:
TORRENT_TEST(dht)
{
network_config cfg;
setup_dht(20, cfg);
setup_dht(10, cfg);
}