diff options
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] |