Skip to content

Commit ff4564d

Browse files
committed
fix: Change limit from 500 to 250
1 parent d2174fd commit ff4564d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unityGraphQL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ query GetRelease($limit: Int, $skip: Int, $version: String!, $stream: [UnityRele
6060
`;
6161

6262
const variables = {
63-
limit: 500,
63+
limit: 250,
6464
skip: 0,
6565
version: version,
6666
stream: stream,

0 commit comments

Comments
 (0)