Skip to content

Commit 840a1d5

Browse files
committed
chore: increase fetch limit to 200
1 parent 68f1846 commit 840a1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hasura-config/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CustomFunction, HasuraMetadataApi, RelationshipConfig } from "./interna
55

66
configDotenv();
77

8-
const DEFAULT_PUBLIC_FETCH_LIMIT = 50;
8+
const DEFAULT_PUBLIC_FETCH_LIMIT = 200;
99

1010
const envSchema = z.object({
1111
HASURA_ENDPOINT: z.string().url(),

0 commit comments

Comments
 (0)