mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
- FEATURE: Search engine is now using one thread per website for faster results
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Version: 2.01
|
||||
# Changelog:
|
||||
# - Use multiple threads to optimize speed
|
||||
|
||||
# Version: 2.0
|
||||
# Changelog:
|
||||
# - Fixed ThePirateBay search engine
|
||||
@@ -54,7 +58,6 @@ THREADED = True
|
||||
|
||||
if os.environ.has_key('QBITTORRENT'):
|
||||
STANDALONE = False
|
||||
THREADED = False
|
||||
|
||||
best_ratios = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user