You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`string` - Configure the node resurrection strategy. +
108
+
|`string` - Strategy for resurrecting dead nodes when using `ClusterConnectionPool`. 'ping' will issue a test request to a node and resurrect it if it responds. 'optimistic' marks a node as alive without testing it. 'none' will never attempt to revive a dead connection. +
109
109
_Options:_ `'ping'`, `'optimistic'`, `'none'` +
110
110
_Default:_ `'ping'`
111
111
112
-
|`suggestCompression`
113
-
|`boolean` - Adds `accept-encoding` header to every request. +
114
-
_Default:_ `false`
115
-
116
112
|`compression`
117
113
|`string, boolean` - Enables gzip request body compression. +
0 commit comments