Skip to content

Commit

Permalink
fix: Redis server for replay (#17597)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 25, 2023
1 parent cbe3a95 commit c7d06af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class SessionRecordingIngesterV2 {
private objectStorage: ObjectStorage
) {
this.recordingConsumerConfig = sessionRecordingConsumerConfig(this.serverConfig)
this.redisPool = createRedisPool(this.serverConfig)
this.redisPool = createRedisPool(this.recordingConsumerConfig)

this.realtimeManager = new RealtimeManager(this.redisPool, this.recordingConsumerConfig)
this.partitionLocker = new PartitionLocker(
Expand Down

0 comments on commit c7d06af

Please sign in to comment.