This commit is contained in:
freek 2018-11-27 21:31:31 +01:00
parent db45947b48
commit 024d107130
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ return [
],
/*
* The maximum request size in bytes that is allowed for an incoming websocket request.
* The maximum request size in kilobytes that is allowed for an incoming websocket request.
*/
'maxRequestSize' => 1024 * 250,
'maxRequestSizeInKb' => 250,
/*
* Define the optional SSL context for your websocket connections.