aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Regions
diff options
context:
space:
mode:
authorDev Random2014-04-12 09:40:36 -0400
committerMelanie2014-04-12 14:40:34 +0100
commit18b91fdbe95ac499c92556f15f067ca94d88d343 (patch)
treedbd155ceea59b66120f4c8d0a1584e677e9b7dd5 /bin/Regions
parentAdd per-user checking to PrimLimitsModule (diff)
downloadopensim-SC_OLD-18b91fdbe95ac499c92556f15f067ca94d88d343.zip
opensim-SC_OLD-18b91fdbe95ac499c92556f15f067ca94d88d343.tar.gz
opensim-SC_OLD-18b91fdbe95ac499c92556f15f067ca94d88d343.tar.bz2
opensim-SC_OLD-18b91fdbe95ac499c92556f15f067ca94d88d343.tar.xz
Tweak to PrimLimits and add missing Regions.ini example
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'bin/Regions')
-rw-r--r--bin/Regions/Regions.ini.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example
index 36ccd8c..253e897 100644
--- a/bin/Regions/Regions.ini.example
+++ b/bin/Regions/Regions.ini.example
@@ -34,6 +34,10 @@ ExternalHostName = "SYSTEMIP"
34; MaxPrims = 15000 34; MaxPrims = 15000
35; MaxAgents = 100 35; MaxAgents = 100
36 36
37; * Max prims per user (per parcel).
38; * Negative values will disable the check.
39; MaxPrimsPerUser = -1
40
37; * 41; *
38; * Multi-Tenancy. Only set if needed 42; * Multi-Tenancy. Only set if needed
39; * 43; *
@@ -83,4 +87,4 @@ ExternalHostName = "SYSTEMIP"
83; * built using MapImageModule's terrain and prim renderer. Parcel 'for sale' overlays are 87; * built using MapImageModule's terrain and prim renderer. Parcel 'for sale' overlays are
84; * still drawn on top of the static map by the World Map module. 88; * still drawn on top of the static map by the World Map module.
85 89
86; MaptileStaticFile = "SomeFile.png" \ No newline at end of file 90; MaptileStaticFile = "SomeFile.png"