This commit is contained in:
Marcel Pociot
2020-05-03 00:24:51 +02:00
parent 72d33b1b70
commit 1c38ab71b6
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class ControlMessageController implements MessageComponentInterface
$connectionInfo = $this->connectionManager->storeConnection($data->host, $data->subdomain, $connection);
$this->connectionManager->limitConnectionLength($connectionInfo, config('expose.admin.maximum_session_length'));
$this->connectionManager->limitConnectionLength($connectionInfo, config('expose.admin.maximum_connection_length'));
$connection->send(json_encode([
'event' => 'authenticated',