diff --git a/src/rpc/scgi.h b/src/rpc/scgi.h index ac6e0c4c..4b1a0e44 100644 --- a/src/rpc/scgi.h +++ b/src/rpc/scgi.h @@ -53,7 +53,7 @@ class lt_cacheline_aligned SCgi : public torrent::Event { public: typedef rak::function2 slot_write; - static const int max_tasks = 30; + static const int max_tasks = 100; // Global lock: SCgi() : m_logFd(-1) {}