aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d9671f4..526d61d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -982,7 +982,7 @@
982 ;; at this time some mono versions seem to have problems with the true option 982 ;; at this time some mono versions seem to have problems with the true option
983 ;; so default is now false until a fix is found, to simply life of less technical skilled users. 983 ;; so default is now false until a fix is found, to simply life of less technical skilled users.
984 ;; this should only be a issue if regions stay alive for a long time with lots of scripts added or edited. 984 ;; this should only be a issue if regions stay alive for a long time with lots of scripts added or edited.
985 ; AppDomainLoading = false 985 AppDomainLoading = false
986 986
987 ;; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op) 987 ;; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op)
988 ;; co-op will be more stable but this option is currently experimental. 988 ;; co-op will be more stable but this option is currently experimental.
@@ -1266,7 +1266,7 @@
1266 ;; "config-include/StandaloneCommon.ini.example" to "config-include/StandaloneCommon.ini" before 1266 ;; "config-include/StandaloneCommon.ini.example" to "config-include/StandaloneCommon.ini" before
1267 ;; editing it to set the database and backend services that OpenSim will use. 1267 ;; editing it to set the database and backend services that OpenSim will use.
1268 ;; 1268 ;;
1269 ; Include-Architecture = "config-include/Standalone.ini" 1269 Include-Architecture = "config-include/Standalone.ini"
1270 ; Include-Architecture = "config-include/StandaloneHypergrid.ini" 1270 ; Include-Architecture = "config-include/StandaloneHypergrid.ini"
1271 ; Include-Architecture = "config-include/Grid.ini" 1271 ; Include-Architecture = "config-include/Grid.ini"
1272 ; Include-Architecture = "config-include/GridHypergrid.ini" 1272 ; Include-Architecture = "config-include/GridHypergrid.ini"