scale down the DHT simulation even more
This commit is contained in:
parent
225b82d9a0
commit
54e483647c
|
@ -118,6 +118,6 @@ private:
|
||||||
TORRENT_TEST(dht)
|
TORRENT_TEST(dht)
|
||||||
{
|
{
|
||||||
network_config cfg;
|
network_config cfg;
|
||||||
setup_dht(20, cfg);
|
setup_dht(10, cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue