diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 8055886..57bc79e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -86,6 +86,13 @@ | |||
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 | |||
92 | ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos | ||
93 | ; Increasing this number will increase memory usage. | ||
94 | MaxPrimUndos = 20 | ||
95 | |||
89 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). | 96 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). |
90 | NonPhysicalPrimMax = 256 | 97 | NonPhysicalPrimMax = 256 |
91 | 98 | ||