mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-02 09:54:29 +00:00
disable smartban - no sense with single block pieces
This commit is contained in:
parent
ef084487f4
commit
b0d68b346e
@ -433,9 +433,9 @@ namespace libtorrent
|
|||||||
if (flags & add_default_plugins)
|
if (flags & add_default_plugins)
|
||||||
{
|
{
|
||||||
add_extension(create_ut_pex_plugin);
|
add_extension(create_ut_pex_plugin);
|
||||||
//add_extension(create_ut_metadata_plugin);
|
//add_extension(create_ut_metadata_plugin);
|
||||||
add_extension(create_lt_trackers_plugin);
|
add_extension(create_lt_trackers_plugin);
|
||||||
add_extension(create_smart_ban_plugin);
|
//add_extension(create_smart_ban_plugin);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user