We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec20b5 commit 06ba055Copy full SHA for 06ba055
packages/consts/src/consts.ts
@@ -204,7 +204,7 @@ export const ACTOR_LIMITS = {
204
MAX_RUN_MEMORY_MBYTES: 32768,
205
206
// Maximum size of actor input schema.
207
- INPUT_SCHEMA_MAX_BYTES: 200 * 1024,
+ INPUT_SCHEMA_MAX_BYTES: 500 * 1024,
208
209
// Max length of run/build log in number of characters
210
LOG_MAX_CHARS: 10 * 1024 * 1024,
0 commit comments