We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fa777 commit 0fa7033Copy full SHA for 0fa7033
1 file changed
packages/mcp-common/src/types/workers-logs.types.ts
@@ -392,7 +392,7 @@ export const zQueryRunRequest = z.object({
392
.number()
393
.int()
394
.nonnegative()
395
- .max(100)
+ .max(2000)
396
.optional()
397
.describe(
398
'Use this limit when view is calculation and a group by is present. 10 is a sensible default'
@@ -408,7 +408,7 @@ export const zQueryRunRequest = z.object({
408
),
409
limit: z
410
411
412
413
.default(5)
414
0 commit comments