mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
Enable SCGI compression by default and set min size to 1000.
This commit is contained in:
@@ -105,8 +105,8 @@ private:
|
|||||||
bool m_is_jsonrpc_enabled{true};
|
bool m_is_jsonrpc_enabled{true};
|
||||||
bool m_is_xmlrpc_enabled{true};
|
bool m_is_xmlrpc_enabled{true};
|
||||||
|
|
||||||
std::atomic<bool> m_scgi_allow_compression{false};
|
std::atomic<bool> m_scgi_allow_compression{true};
|
||||||
std::atomic<unsigned int> m_scgi_min_compress_size{0};
|
std::atomic<unsigned int> m_scgi_min_compress_size{1000};
|
||||||
|
|
||||||
slot_download m_slot_find_download;
|
slot_download m_slot_find_download;
|
||||||
slot_file m_slot_find_file;
|
slot_file m_slot_find_file;
|
||||||
|
|||||||
Reference in New Issue
Block a user