diff options
author | Melanie | 2012-11-25 14:13:50 +0000 |
---|---|---|
committer | Melanie | 2012-11-25 14:13:50 +0000 |
commit | fd7a83f439132062d500471830eb26e7183d30bc (patch) | |
tree | db581710c1a370ee4f5ac7a3b2f0dfc9bcbd5457 /bin | |
parent | Merge branch 'careminster' into avination (diff) | |
parent | Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ... (diff) | |
download | opensim-SC-fd7a83f439132062d500471830eb26e7183d30bc.zip opensim-SC-fd7a83f439132062d500471830eb26e7183d30bc.tar.gz opensim-SC-fd7a83f439132062d500471830eb26e7183d30bc.tar.bz2 opensim-SC-fd7a83f439132062d500471830eb26e7183d30bc.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 54f252e..3c4110b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -364,6 +364,12 @@ | |||
364 | ; alert_uri = "http://myappserver.net/my_handler/" | 364 | ; alert_uri = "http://myappserver.net/my_handler/" |
365 | 365 | ||
366 | 366 | ||
367 | [EstateManagement] | ||
368 | ; If false, then block any region restart requests from the client even if they are otherwise valid. | ||
369 | ; Default is true | ||
370 | AllowRegionRestartFromClient = true | ||
371 | |||
372 | |||
367 | [SMTP] | 373 | [SMTP] |
368 | enabled = false | 374 | enabled = false |
369 | 375 | ||
@@ -1582,8 +1588,7 @@ | |||
1582 | 1588 | ||
1583 | ; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets. | 1589 | ; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets. |
1584 | ; This reduces data churn | 1590 | ; This reduces data churn |
1585 | ; This setting is currently experimental and defaults to false. | 1591 | RecycleBaseUDPPackets = true |
1586 | RecycleBaseUDPPackets = false; | ||
1587 | 1592 | ||
1588 | 1593 | ||
1589 | [InterestManagement] | 1594 | [InterestManagement] |