deluge/DEPENDS
bendikro d13fca251e [Core] Defer save state function to separate thread
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.
2015-12-14 21:35:55 +00:00

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.