mirror of
https://github.com/unraid/api.git
synced 2026-01-13 03:59:58 -06:00
fix: increase keep-alive time
This commit is contained in:
@@ -388,7 +388,7 @@ export const graphql = {
|
||||
types,
|
||||
resolvers,
|
||||
subscriptions: {
|
||||
keepAlive: 1000,
|
||||
keepAlive: 30000,
|
||||
onConnect: async (connectionParams: Record<string, string>) => new Promise((resolve, reject) => {
|
||||
try {
|
||||
const apiKey = connectionParams['x-api-key'];
|
||||
|
||||
Reference in New Issue
Block a user