From 8415e9905540c9e6b9acdca2073cc4392a6a0fb4 Mon Sep 17 00:00:00 2001 From: Chase Tucker Date: Mon, 30 Jun 2025 11:39:40 -0700 Subject: [PATCH] Switching to fast stringify --- LSL2/STPROC/SCAN_SERVICES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index a5ec229..d26ebb3 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -2174,7 +2174,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) // Create the _class property for this resource. SRP_JSON(objJSONScan, 'SetValue', '_class', 'resource') end - jsonScan = SRP_JSON(objJSONScan, 'Stringify', 'Styled') + jsonScan = SRP_JSON(objJSONScan, 'Stringify', 'Fast') SRP_JSON(objJSONScan, 'Release') end else Error_Services('Add', 'Unable to create JSON representation in the ' : Service : ' service.')