From f11cf7028d428e1b35ddd116784dca02535b9f5d Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 13 Mar 2010 05:49:38 +0000 Subject: [PATCH] Enable shared runtimes for everyone... I dont't think my last change will allow Synchronet to keep running otherwise since there's a limit of 128 runtimes total in the the pool. With this change, the number of runtimes remains constant. --- src/sbbs3/js_rtpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/js_rtpool.c b/src/sbbs3/js_rtpool.c index 5e975fcf0a..29da99172c 100644 --- a/src/sbbs3/js_rtpool.c +++ b/src/sbbs3/js_rtpool.c @@ -16,7 +16,7 @@ #define DLLCALL #endif -//#define SHARED_RUNTIMES +#define SHARED_RUNTIMES struct jsrt_queue { JSRuntime *rt; -- GitLab