From 7c914b4ade230bec3e5601760c28c78b85f5d24d Mon Sep 17 00:00:00 2001 From: Richard Harrison Date: Tue, 11 Jun 2019 14:36:25 +0200 Subject: [PATCH] Added default settings for new Nasal background GC. * /sim/nasal-gc-threaded (true) - use background threaded GC * /sim/nasal-gc-threaded-wait (false) - at the start of the frame wait for the previous GC thread to complete. --- defaults.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults.xml b/defaults.xml index af0fa8431..36cd661b0 100644 --- a/defaults.xml +++ b/defaults.xml @@ -17,6 +17,8 @@ Started September 2000 by David Megginson, david@megginson.com 1.0 0 + true + false