good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 0f908c81 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

Snapshot: use default config (#3357)

parent c46a69a9
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ func DefaultTorrentConfig() *torrent.ClientConfig {
torrentConfig := torrent.NewDefaultClientConfig()
// enable dht
torrentConfig.NoDHT = true
torrentConfig.DisableTrackers = false
//torrentConfig.NoDHT = true
//torrentConfig.DisableTrackers = true
//torrentConfig.DisableWebtorrent = true
//torrentConfig.DisableWebseeds = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment