diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6e6a089..042fd3a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -85,10 +85,6 @@ | |||
85 | ;; from the selected region_info_source. | 85 | ;; from the selected region_info_source. |
86 | allow_regionless = false | 86 | allow_regionless = false |
87 | 87 | ||
88 | ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos | ||
89 | ; Increasing this number will increase memory usage. | ||
90 | MaxPrimUndos = 20 | ||
91 | |||
92 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). | 88 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). |
93 | NonPhysicalPrimMax = 256 | 89 | NonPhysicalPrimMax = 256 |
94 | 90 | ||
@@ -486,7 +482,7 @@ | |||
486 | ; clients login by starting each connection more slowly. Disabled by | 482 | ; clients login by starting each connection more slowly. Disabled by |
487 | ; default | 483 | ; default |
488 | ; | 484 | ; |
489 | enable_adaptive_throttles = true | 485 | enable_adaptive_throttles = false |
490 | 486 | ||
491 | ; Per-client bytes per second rates for the various throttle categories. | 487 | ; Per-client bytes per second rates for the various throttle categories. |
492 | ; These are default values that will be overriden by clients. These | 488 | ; These are default values that will be overriden by clients. These |
@@ -1561,7 +1557,7 @@ | |||
1561 | GroupsCacheTimeout = 30 | 1557 | GroupsCacheTimeout = 30 |
1562 | 1558 | ||
1563 | ; Specify which messaging module to use for groups messaging and if it's enabled | 1559 | ; Specify which messaging module to use for groups messaging and if it's enabled |
1564 | MessagingModule = GroupsMessagingModule | 1560 | ;MessagingModule = GroupsMessagingModule |
1565 | ;MessagingEnabled = true | 1561 | ;MessagingEnabled = true |
1566 | 1562 | ||
1567 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 1563 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend |