We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5cd24 commit 7d82840Copy full SHA for 7d82840
src/limits.ts
@@ -31,7 +31,7 @@ export interface ExecutionLimits {
31
* These are conservative limits designed to prevent runaway execution
32
* while allowing reasonable scripts to complete.
33
*/
34
-export const DEFAULT_LIMITS: Required<ExecutionLimits> = {
+const DEFAULT_LIMITS: Required<ExecutionLimits> = {
35
maxCallDepth: 100,
36
maxCommandCount: 10000,
37
maxLoopIterations: 10000,
0 commit comments