From 3a0bcead1911fe11c056bde4a54c729881c5ce36 Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 13 Aug 2020 13:53:08 +0300 Subject: [PATCH] wip --- config/websockets.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/websockets.php b/config/websockets.php index 613da45..b52a631 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -141,9 +141,6 @@ return [ ], - /* - * You can enable replication to publish and subscribe to messages across the driver - */ /* |-------------------------------------------------------------------------- | Broadcasting Replication @@ -157,6 +154,7 @@ return [ | WebSocket servers. | */ + 'replication' => [ 'enabled' => false,