From 9b9f0e89d8f8deae43e590645ca7ce4fa4a4e49e Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 13 Apr 2013 21:45:52 +0200 Subject: [PATCH] Change default threads --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index ce9064a..d6efc59 100644 --- a/main.cpp +++ b/main.cpp @@ -24,9 +24,9 @@ public: const char *ns; const char *host; const char *tor; - - CDnsSeedOpts() : nThreads(24), nDnsThreads(24), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL) {} - + + CDnsSeedOpts() : nThreads(50), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL) {} + void ParseCommandLine(int argc, char **argv) { static const char *help = "Bitcoin-seeder\n" "Usage: %s -h -n [-m ] [-t ] [-p ]\n"