scale down the dht simulation, to try to make it pass travis and appveyor time limits

This commit is contained in:
arvidn 2015-08-09 22:07:27 -04:00
parent 663dc5030d
commit e557e63d05
1 changed files with 1 additions and 1 deletions

View File

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