mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
wip
This commit is contained in:
15
app/Http/Server.php
Normal file
15
app/Http/Server.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http;
|
||||
|
||||
use Ratchet\Http\HttpServerInterface;
|
||||
|
||||
class Server extends \Ratchet\Http\HttpServer
|
||||
{
|
||||
public function __construct(HttpServerInterface $component)
|
||||
{
|
||||
parent::__construct($component);
|
||||
|
||||
$this->_reqParser->maxSize = 15242880000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user