aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-09-12 00:07:56 +0100
committerJustin Clark-Casey (justincc)2012-09-12 00:07:56 +0100
commit757d9163fa623b62f834e1684994d51f66428055 (patch)
tree718a48c936017847306b5d21f96a0b4a8b00cee7 /bin/OpenSim.ini.example
parentAdd levels 4 and 5 to "debug http" console command that will log a sample of ... (diff)
parentdocumentation (OnSceneObjectPartCopy) (diff)
downloadopensim-SC-757d9163fa623b62f834e1684994d51f66428055.zip
opensim-SC-757d9163fa623b62f834e1684994d51f66428055.tar.gz
opensim-SC-757d9163fa623b62f834e1684994d51f66428055.tar.bz2
opensim-SC-757d9163fa623b62f834e1684994d51f66428055.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index eac30b8..f0ebcce 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -107,6 +107,11 @@
107 ;; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum 107 ;; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
108 ;; This can be overriden in the region config file. 108 ;; This can be overriden in the region config file.
109 ; ClampPrimSize = false 109 ; ClampPrimSize = false
110
111 ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0
112 ;; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero.
113 ;; This can be overriden in the region config file.
114 ; LinksetPrims = 0
110 115
111 ;# {AllowScriptCrossing} {} {Allow scripts to cross into this region} {true false} true 116 ;# {AllowScriptCrossing} {} {Allow scripts to cross into this region} {true false} true
112 ;; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region. 117 ;; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region.