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 1d2c0cf..3eaef61 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -81,10 +81,6 @@ | |||
81 | ;; from the selected region_info_source. | 81 | ;; from the selected region_info_source. |
82 | allow_regionless = false | 82 | allow_regionless = false |
83 | 83 | ||
84 | ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos | ||
85 | ; Increasing this number will increase memory usage. | ||
86 | MaxPrimUndos = 20 | ||
87 | |||
88 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). | 84 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). |
89 | NonPhysicalPrimMax = 256 | 85 | NonPhysicalPrimMax = 256 |
90 | 86 | ||
@@ -477,7 +473,7 @@ | |||
477 | ; clients login by starting each connection more slowly. Disabled by | 473 | ; clients login by starting each connection more slowly. Disabled by |
478 | ; default | 474 | ; default |
479 | ; | 475 | ; |
480 | enable_adaptive_throttles = true | 476 | enable_adaptive_throttles = false |
481 | 477 | ||
482 | ; Per-client bytes per second rates for the various throttle categories. | 478 | ; Per-client bytes per second rates for the various throttle categories. |
483 | ; These are default values that will be overriden by clients. These | 479 | ; These are default values that will be overriden by clients. These |
@@ -1569,7 +1565,7 @@ | |||
1569 | GroupsCacheTimeout = 30 | 1565 | GroupsCacheTimeout = 30 |
1570 | 1566 | ||
1571 | ; Specify which messaging module to use for groups messaging and if it's enabled | 1567 | ; Specify which messaging module to use for groups messaging and if it's enabled |
1572 | MessagingModule = GroupsMessagingModule | 1568 | ;MessagingModule = GroupsMessagingModule |
1573 | ;MessagingEnabled = true | 1569 | ;MessagingEnabled = true |
1574 | 1570 | ||
1575 | ; Experimental option to only message cached online users rather than all users | 1571 | ; Experimental option to only message cached online users rather than all users |