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 74bae01..12474a7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -82,10 +82,6 @@ | |||
82 | ;; from the selected region_info_source. | 82 | ;; from the selected region_info_source. |
83 | allow_regionless = false | 83 | allow_regionless = false |
84 | 84 | ||
85 | ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos | ||
86 | ; Increasing this number will increase memory usage. | ||
87 | MaxPrimUndos = 20 | ||
88 | |||
89 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). | 85 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). |
90 | NonPhysicalPrimMax = 256 | 86 | NonPhysicalPrimMax = 256 |
91 | 87 | ||
@@ -479,7 +475,7 @@ | |||
479 | ; clients login by starting each connection more slowly. Disabled by | 475 | ; clients login by starting each connection more slowly. Disabled by |
480 | ; default | 476 | ; default |
481 | ; | 477 | ; |
482 | enable_adaptive_throttles = true | 478 | enable_adaptive_throttles = false |
483 | 479 | ||
484 | ; Per-client bytes per second rates for the various throttle categories. | 480 | ; Per-client bytes per second rates for the various throttle categories. |
485 | ; These are default values that will be overriden by clients. These | 481 | ; These are default values that will be overriden by clients. These |
@@ -1549,7 +1545,7 @@ | |||
1549 | GroupsCacheTimeout = 30 | 1545 | GroupsCacheTimeout = 30 |
1550 | 1546 | ||
1551 | ; Specify which messaging module to use for groups messaging and if it's enabled | 1547 | ; Specify which messaging module to use for groups messaging and if it's enabled |
1552 | MessagingModule = GroupsMessagingModule | 1548 | ;MessagingModule = GroupsMessagingModule |
1553 | ;MessagingEnabled = true | 1549 | ;MessagingEnabled = true |
1554 | 1550 | ||
1555 | ; Experimental option to only message cached online users rather than all users | 1551 | ; Experimental option to only message cached online users rather than all users |