Skip to content

Commit a9e85b5

Browse files
committed
fix: changed query max complexity to make the api compatible with kadena.explorer
1 parent 0ddbf73 commit a9e85b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/kadena-server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import {
3535
import { depthLimit } from '@graphile/depth-limit';
3636

3737
// Maximum allowed complexity
38-
const MAX_COMPLEXITY = 1000;
38+
const MAX_COMPLEXITY = 2500;
3939

4040
const typeDefs = readFileSync(join(__dirname, './config/schema.graphql'), 'utf-8');
4141

0 commit comments

Comments
 (0)