aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 63a9e11..3877164 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -940,6 +940,13 @@
940 940
941 ; Stack size per thread created 941 ; Stack size per thread created
942 ThreadStackSize = 262144 942 ThreadStackSize = 262144
943
944 ; Set this to true (the default) to load each script into a separate
945 ; AppDomain. Setting this to false will load all script assemblies into the
946 ; current AppDomain, which will reduce the per-script overhead at the
947 ; expense of reduced security and the inability to garbage collect the
948 ; script assemblies
949 AppDomainLoading = true
943 950
944 ; Rate to poll for asynchronous command replies (ms) 951 ; Rate to poll for asynchronous command replies (ms)
945 ; currently unused 952 ; currently unused