diff --git a/app/graphql/index.ts b/app/graphql/index.ts index d709d6f11..996b1e708 100644 --- a/app/graphql/index.ts +++ b/app/graphql/index.ts @@ -400,7 +400,7 @@ export const graphql = { types, resolvers, subscriptions: { - keepAlive: 30000, + keepAlive: 10000, onConnect: async (connectionParams: Record) => { const apiKey = connectionParams['x-api-key']; const user = await apiKeyToUser(apiKey);