@superblocksteam/library 2.0.37-next.7 → 2.0.37-next.8
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/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6229,7 +6229,7 @@ var AsyncSocket = class {
|
|
|
6229
6229
|
|
|
6230
6230
|
//#endregion
|
|
6231
6231
|
//#region src/edit-mode/source-update-api.ts
|
|
6232
|
-
const PING_INTERVAL_MS =
|
|
6232
|
+
const PING_INTERVAL_MS = 15e3;
|
|
6233
6233
|
var OperationAPI = class {
|
|
6234
6234
|
retryAttempts = 0;
|
|
6235
6235
|
asyncSocket = new AsyncSocket();
|