This commit is contained in:
Marcel Pociot 2018-11-28 17:09:50 +01:00
parent c58027d882
commit 2ce9daea94
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class WebSocketHandler implements MessageComponentInterface
'event' => 'pusher:connection_established',
'data' => json_encode([
'socket_id' => $connection->socketId,
'activity_timeout' => 60,
'activity_timeout' => 30,
])
]));