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()
|
||||
.finite()
|
||||
.gte(1)
|
||||
.lte(8000)
|
||||
.lte(60000)
|
||||
.optional()
|
||||
});
|
||||
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()
|
||||
.finite()
|
||||
.gte(1)
|
||||
.lte(8000)
|
||||
.lte(60000)
|
||||
.optional()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user