chore(api): bump maximum memory (#451)
build-test / pre-commit-and-test (push) Has been cancelled
build-test / pre-commit-and-test (push) Has been cancelled
* chore(api): bump maximum memory * chore(build): commit build artefacts
This commit is contained in:
+1
-1
@@ -38490,7 +38490,7 @@ const InputVariablesSchema = z.object({
|
|||||||
.int()
|
.int()
|
||||||
.finite()
|
.finite()
|
||||||
.gte(1)
|
.gte(1)
|
||||||
.lte(8000)
|
.lte(60000)
|
||||||
.optional()
|
.optional()
|
||||||
});
|
});
|
||||||
const parseInputs = () => {
|
const parseInputs = () => {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -29,7 +29,7 @@ const InputVariablesSchema = z.object({
|
|||||||
.int()
|
.int()
|
||||||
.finite()
|
.finite()
|
||||||
.gte(1)
|
.gte(1)
|
||||||
.lte(8000)
|
.lte(60000)
|
||||||
.optional()
|
.optional()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user