Skip to content

Commit

Permalink
Remove connectionStateRecovery
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Oct 11, 2024
1 parent 6ee643c commit 641ab6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ module.exports = async (port) => {
origin: '*',
methods: ['GET', 'HEAD', 'PUT', 'POST', 'PATCH', 'DELETE', 'OPTIONS'],
},
connectionStateRecovery: {
maxDisconnectionDuration: 60 * 1000,
skipMiddlewares: true,
},
});

const redisClient = redis.createClient({
Expand Down

0 comments on commit 641ab6a

Please sign in to comment.