mobbdev 0.0.174 → 0.0.175
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6674,7 +6674,7 @@ import { v4 as uuidv4 } from "uuid";
|
|
|
6674
6674
|
// src/features/analysis/graphql/subscribe.ts
|
|
6675
6675
|
import { createClient } from "graphql-ws";
|
|
6676
6676
|
import WebSocket from "ws";
|
|
6677
|
-
var SUBSCRIPTION_TIMEOUT_MS =
|
|
6677
|
+
var SUBSCRIPTION_TIMEOUT_MS = 30 * 60 * 1e3;
|
|
6678
6678
|
function createWSClient(options) {
|
|
6679
6679
|
return createClient({
|
|
6680
6680
|
url: options.url,
|