From 60f6fb67624c76ed7726538f607204c01278e0f5 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Tue, 25 Jan 2022 22:18:26 -0800
Subject: [PATCH] Match the current MaxBytes setting in sbbs.ini (160M)

---
 ctrl/jsexec.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ctrl/jsexec.ini b/ctrl/jsexec.ini
index ef92564501..9969fb32e0 100644
--- a/ctrl/jsexec.ini
+++ b/ctrl/jsexec.ini
@@ -19,7 +19,7 @@ PauseOnError = false
 Debugger = false
 
 ; Maximum allocation of memory per JS run-time:
-JavaScriptMaxBytes = 16M
+JavaScriptMaxBytes = 160M
 ; Maximum number of ticks (100ms) before auto-termination of script:
 JavaScriptTimeLimit = 864000
 ; Garbage Collection interval (in ticks):
-- 
GitLab