mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 12:59:31 +08:00
removed unused option
This commit is contained in:
@@ -30,7 +30,6 @@ const attachMonitors = (client) => {
|
||||
};
|
||||
|
||||
const connectionOptions = {
|
||||
url: REDIS_URL,
|
||||
retry_strategy: function(options) {
|
||||
if (options.error && options.error.code !== 'ECONNREFUSED') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user