Change default threads
This commit is contained in:
parent
3f44b0ae3d
commit
9b9f0e89d8
1 changed files with 3 additions and 3 deletions
6
main.cpp
6
main.cpp
|
@ -24,9 +24,9 @@ public:
|
||||||
const char *ns;
|
const char *ns;
|
||||||
const char *host;
|
const char *host;
|
||||||
const char *tor;
|
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) {
|
void ParseCommandLine(int argc, char **argv) {
|
||||||
static const char *help = "Bitcoin-seeder\n"
|
static const char *help = "Bitcoin-seeder\n"
|
||||||
"Usage: %s -h <host> -n <ns> [-m <mbox>] [-t <threads>] [-p <port>]\n"
|
"Usage: %s -h <host> -n <ns> [-m <mbox>] [-t <threads>] [-p <port>]\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue