From e42ec54920bf27b0f0ec3fcd02e79f34ac8fcbb0 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Fri, 9 May 2014 18:05:30 +0900 Subject: [PATCH] Bumped scgi listen queue to 100. --- src/rpc/scgi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {}