1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

add package_max_length description

This commit is contained in:
Torsten Dittmann 2021-03-01 16:13:10 +01:00
parent 6d7e443544
commit 2e4224683e

View file

@ -44,7 +44,7 @@ $server = new Server('0.0.0.0', 80);
$server->set([
'websocket_compression' => true,
'package_max_length' => 81920
'package_max_length' => 64000 // Default maximum Package Size (64kb)
]);
$subscriptions = [];