From 54e483647cec1452fa2ec9d243b350be8c576d3d Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 13 Aug 2015 23:07:32 -0400 Subject: [PATCH] scale down the DHT simulation even more --- simulation/test_dht.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/test_dht.cpp b/simulation/test_dht.cpp index 1364690ad..f3a6577d0 100644 --- a/simulation/test_dht.cpp +++ b/simulation/test_dht.cpp @@ -118,6 +118,6 @@ private: TORRENT_TEST(dht) { network_config cfg; - setup_dht(20, cfg); + setup_dht(10, cfg); }