diff --git a/app/graphql/index.ts b/app/graphql/index.ts index df3bf35b9..e658bf4f3 100644 --- a/app/graphql/index.ts +++ b/app/graphql/index.ts @@ -388,7 +388,7 @@ export const graphql = { types, resolvers, subscriptions: { - keepAlive: 1000, + keepAlive: 30000, onConnect: async (connectionParams: Record) => new Promise((resolve, reject) => { try { const apiKey = connectionParams['x-api-key'];