Bumped scgi listen queue to 100.

This commit is contained in:
rakshasa
2014-05-09 18:05:30 +09:00
parent 6a3234eaa7
commit e42ec54920
+1 -1
View File
@@ -53,7 +53,7 @@ class lt_cacheline_aligned SCgi : public torrent::Event {
public:
typedef rak::function2<bool, const char*, uint32_t> slot_write;
static const int max_tasks = 30;
static const int max_tasks = 100;
// Global lock:
SCgi() : m_logFd(-1) {}