aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorDiva Canto2013-07-24 11:23:19 -0700
committerDiva Canto2013-07-24 11:25:41 -0700
commite103e34f1d17d218c55ebb1ff19450c018cf73b2 (patch)
tree0ee3e4b201fd85d03f944af3190dd2c9f11bf4a3 /bin/OpenSimDefaults.ini
parentDecreased the time of group cache to 1 min, because it was getting on my nerv... (diff)
downloadopensim-SC_OLD-e103e34f1d17d218c55ebb1ff19450c018cf73b2.zip
opensim-SC_OLD-e103e34f1d17d218c55ebb1ff19450c018cf73b2.tar.gz
opensim-SC_OLD-e103e34f1d17d218c55ebb1ff19450c018cf73b2.tar.bz2
opensim-SC_OLD-e103e34f1d17d218c55ebb1ff19450c018cf73b2.tar.xz
Added config var that we all thought was already there: see_into_region. (Note: different from the defunct see_into_neighboring_sim, which used to control the process from the other end). This enables child agents in neighbors for which the root agent doesn't have permission to be in.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 8079632..6aa534a 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -86,6 +86,9 @@
86 ;; from the selected region_info_source. 86 ;; from the selected region_info_source.
87 allow_regionless = false 87 allow_regionless = false
88 88
89 ;; Allow child agents to see into the region even if their root counterpart isn't allowed in here
90 see_into_region = true
91
89 ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos 92 ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos
90 ; Increasing this number will increase memory usage. 93 ; Increasing this number will increase memory usage.
91 MaxPrimUndos = 20 94 MaxPrimUndos = 20