@larksuiteoapi/node-sdk 1.24.0-beta.0 → 1.24.0-beta.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/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -58156,7 +58156,7 @@ class WSConfig {
|
|
|
58156
58156
|
};
|
|
58157
58157
|
this.ws = {
|
|
58158
58158
|
connectUrl: '',
|
|
58159
|
-
pingInterval: 120,
|
|
58159
|
+
pingInterval: 120 * 1000,
|
|
58160
58160
|
reconnectCount: -1,
|
|
58161
58161
|
reconnectInterval: 120,
|
|
58162
58162
|
reconnectNonce: 30,
|
package/lib/index.js
CHANGED
|
@@ -58173,7 +58173,7 @@ class WSConfig {
|
|
|
58173
58173
|
};
|
|
58174
58174
|
this.ws = {
|
|
58175
58175
|
connectUrl: '',
|
|
58176
|
-
pingInterval: 120,
|
|
58176
|
+
pingInterval: 120 * 1000,
|
|
58177
58177
|
reconnectCount: -1,
|
|
58178
58178
|
reconnectInterval: 120,
|
|
58179
58179
|
reconnectNonce: 30,
|