mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
wip
This commit is contained in:
@@ -10,6 +10,6 @@ class HttpServer extends \Ratchet\Http\HttpServer
|
||||
{
|
||||
parent::__construct($component);
|
||||
|
||||
$this->_reqParser->maxSize = 15242880;
|
||||
$this->_reqParser->maxSize = 15242880000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user