mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
Increase maximum SCGI request to 16MB (#905)
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class SCgiTask : public torrent::Event {
|
||||
public:
|
||||
static const unsigned int default_buffer_size = 2047;
|
||||
static const int max_header_size = 2000;
|
||||
static const int max_content_size = (2 << 20);
|
||||
static const int max_content_size = (2 << 23);
|
||||
|
||||
SCgiTask() { m_fileDesc = -1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user