mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-09 19:15:44 +00:00
d13fca251e
With large amounts of torrents, saving the state file becomes a performance bottleneck, mainly due to the required processing in pickle.dump. When run in the main thread, the server will hang and be unresponsive for a significant time. Solve this issue by running the save state job in a separate thread.
27 lines
490 B
Plaintext
27 lines
490 B
Plaintext
=== Core ===
|
|
* libtorrent (rasterbar) >= 0.16.7
|
|
* python >= 2.6
|
|
* setuptools
|
|
* twisted >= 11.1
|
|
* pyopenssl
|
|
* pyxdg
|
|
* chardet
|
|
* gettext
|
|
* geoip-database (optional)
|
|
* setproctitle (optional)
|
|
* pillow (optional)
|
|
* rencode >= 1.0.2 (optional), python port bundled.
|
|
|
|
=== Gtk UI ===
|
|
* pygtk >= 2.16
|
|
* librsvg
|
|
* xdg-utils
|
|
* intltool
|
|
* python-notify (optional)
|
|
* pygame (optional)
|
|
* python-appindicator (optional)
|
|
|
|
=== Web UI ===
|
|
* mako
|
|
* slimit (optional), minifies JS files.
|