aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDr Scofield2009-02-10 14:32:35 +0000
committerDr Scofield2009-02-10 14:32:35 +0000
commit5bb6c440f673f7a7738666aee59106be76036afe (patch)
tree864b42b0b0eb612d9513c518ed5fb2feba8f8825 /bin
parentfixing ConciergeModule to follow coding conventions (diff)
downloadopensim-SC_OLD-5bb6c440f673f7a7738666aee59106be76036afe.zip
opensim-SC_OLD-5bb6c440f673f7a7738666aee59106be76036afe.tar.gz
opensim-SC_OLD-5bb6c440f673f7a7738666aee59106be76036afe.tar.bz2
opensim-SC_OLD-5bb6c440f673f7a7738666aee59106be76036afe.tar.xz
fix region_limit example in OpenSim.ini.example
Diffstat (limited to 'bin')
-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 76ae234..8edd231 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -504,8 +504,8 @@ InterregionComms = "RESTComms"
504 ; we can limit the number of regions that XmlRpcCreateRegion will 504 ; we can limit the number of regions that XmlRpcCreateRegion will
505 ;allow by setting this to a positive, non-0 number: as long as the 505 ;allow by setting this to a positive, non-0 number: as long as the
506 ;number of regions is below region_limits, XmlRpcCreateRegion will 506 ;number of regions is below region_limits, XmlRpcCreateRegion will
507 ;succeed. setting region_limits to 0 disables the check. 507 ;succeed. setting region_limit to 0 disables the check.
508 ;region_limits = 0 508 ;region_limit = 0
509 509
510 enabled_methods = all 510 enabled_methods = all
511 ; enable only those methods you deem to be appropriate using a | delimited whitelist 511 ; enable only those methods you deem to be appropriate using a | delimited whitelist