subql
subql copied to clipboard
`totalCount` graphql timeout
Description
running query service: v2.3.0
Larger totalCount
timeout on graphql client
Despite no issues executing the SQL(using query-explain
) directly through the database, especially a query that is far from the timeout limit.
e.g. Query execution on postgresDB 200ms Query timeout limit on graphql client 10_000ms
still resulting to timeout on client side.