swarm-mail 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19176,7 +19176,7 @@ async function createSocketAdapter(options) {
|
|
|
19176
19176
|
host: options.host,
|
|
19177
19177
|
port: options.port,
|
|
19178
19178
|
connect_timeout: options.timeout,
|
|
19179
|
-
max: options.max ??
|
|
19179
|
+
max: options.max ?? 1,
|
|
19180
19180
|
idle_timeout: 0,
|
|
19181
19181
|
max_lifetime: null
|
|
19182
19182
|
});
|