1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00

Merge pull request #13089 from Budibase/bump-memory-limit

bump default memory unit
This commit is contained in:
Martin McKeaveney 2024-02-20 21:48:53 +02:00 committed by GitHub
commit 9899314a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ const DEFAULTS = {
AUTOMATION_THREAD_TIMEOUT: 12000,
AUTOMATION_SYNC_TIMEOUT: 120000,
AUTOMATION_MAX_ITERATIONS: 200,
JS_PER_EXECUTION_TIME_LIMIT_MS: 1000,
JS_PER_EXECUTION_TIME_LIMIT_MS: 1500,
TEMPLATE_REPOSITORY: "app",
PLUGINS_DIR: "/plugins",
FORKED_PROCESS_NAME: "main",