We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf4122 commit 397143eCopy full SHA for 397143e
lib/tools.js
@@ -137,7 +137,6 @@ function getWildcardAddresses(username, domain) {
137
function redisConfig(defaultConfig) {
138
return {
139
// some defaults
140
- maxRetriesPerRequest: null,
141
showFriendlyErrorStack: true,
142
retryStrategy(times) {
143
const delay = !times ? 1000 : Math.min(2 ** times * 500, 15 * 1000);
0 commit comments