From c4a0b8fa3fa47da14056ea7790ddcd2a9b01657c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 27 Jul 2020 16:39:40 +0100 Subject: [PATCH] fix the option name on the ini file --- bin/OpenSimDefaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2e467256c7..9b73e18474 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1802,7 +1802,7 @@ ; Set this to true to load attachment scripts in separated domain, if AppDomainLoading is false ; same issues as AppDomainLoading, but my be usefull on regions with a lot of avatars traffic, if they carry scripts like AOs - ; AppDomainLoading = false + ; AttachmentsDomainLoading = false ; Controls whether previously compiled scripts DLLs are deleted on sim restart. ; If you set this to false then startup will be considerably faster since scripts won't need to be recompiled.