commit
This commit is contained in:
parent
930f7f1186
commit
30525acbba
|
|
@ -87,7 +87,7 @@ class WebSocketServer
|
|||
|
||||
$app = new OriginCheck($router, config('websockets.allowedOrigins', []));
|
||||
|
||||
$httpServer = new HttpServer($app, config('websockets.maxRequestSize'));
|
||||
$httpServer = new HttpServer($app, config('websockets.maxRequestSizeInKb') * 1024);
|
||||
|
||||
if (HttpLogger::isEnabled()) {
|
||||
$httpServer = HttpLogger::decorate($httpServer);
|
||||
|
|
|
|||
Loading…
Reference in New Issue