Skip to content

Commit d95a463

Browse files
committed
[DHT] Default to multiple thread sessions
1 parent 01d8a8e commit d95a463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
21202120
}
21212121

21222122
// Start the DHT Torrent networks in the background
2123-
const bool fMultiSessions = GetArg("-multidhtsessions", false);
2123+
const bool fMultiSessions = GetArg("-multidhtsessions", true);
21242124
StartTorrentDHTNetwork(fMultiSessions, chainparams, connman);
21252125
// ********************************************************* Step 13: finished
21262126

0 commit comments

Comments
 (0)