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 2512428..e2d952a 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 | ||
@@ -478,7 +474,7 @@ | |||
478 | ; clients login by starting each connection more slowly. Disabled by | 474 | ; clients login by starting each connection more slowly. Disabled by |
479 | ; default | 475 | ; default |
480 | ; | 476 | ; |
481 | enable_adaptive_throttles = true | 477 | enable_adaptive_throttles = false |
482 | 478 | ||
483 | ; Per-client bytes per second rates for the various throttle categories. | 479 | ; Per-client bytes per second rates for the various throttle categories. |
484 | ; These are default values that will be overriden by clients. These | 480 | ; 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 | ; Experimental option to only message cached online users rather than all users | 1563 | ; Experimental option to only message cached online users rather than all users |