diff --git a/drift-common b/drift-common index 3917402..957d258 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 3917402307194fa6d992c1d749513cb89317c889 +Subproject commit 957d258575b002be6173af1341838f76154b9e20 diff --git a/src/wsConnectionManager.ts b/src/wsConnectionManager.ts index 194f045..01ba6d7 100644 --- a/src/wsConnectionManager.ts +++ b/src/wsConnectionManager.ts @@ -34,7 +34,7 @@ const WS_PORT = process.env.WS_PORT || '3000'; console.log(`WS LISTENER PORT : ${WS_PORT}`); const MAX_BUFFERED_AMOUNT = 300000; -const CHANNEL_PREFIX = RedisClientPrefix.DLOB; +const CHANNEL_PREFIX = RedisClientPrefix.DLOB_HELIUS; const CHANNEL_PREFIX_HELIUS = RedisClientPrefix.DLOB_HELIUS; const sanitiseChannelForClient = (channel: string | undefined): string => {