Skip to content

Commit 0346454

Browse files
committed
fix: Change limit from 1000 to 500
1 parent e78ad73 commit 0346454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unityGraphQL.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ query GetRelease($limit: Int, $skip: Int, $version: String!, $stream: [UnityRele
5959
`;
6060

6161
const variables = {
62-
limit: 1000,
62+
limit: 500,
6363
skip: 0,
6464
version: version,
6565
stream: stream,

0 commit comments

Comments
 (0)