remove request by def

This commit is contained in:
YouROK
2020-12-09 15:49:06 +03:00
parent 79c9068d31
commit 6cc9376da6

View File

@@ -110,8 +110,6 @@ func (bt *BTServer) configure() {
bt.config.ListenPort = settings.BTsets.PeersListenPort
}
bt.config.DefaultRequestStrategy = torrent.RequestStrategyFuzzing()
log.Println("Configure client:", settings.BTsets)
}