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 dffc0ac..efcca70 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 | ||
@@ -490,7 +486,7 @@ | |||
490 | ; clients login by starting each connection more slowly. Disabled by | 486 | ; clients login by starting each connection more slowly. Disabled by |
491 | ; default | 487 | ; default |
492 | ; | 488 | ; |
493 | enable_adaptive_throttles = true | 489 | enable_adaptive_throttles = false |
494 | 490 | ||
495 | ; Per-client bytes per second rates for the various throttle categories. | 491 | ; Per-client bytes per second rates for the various throttle categories. |
496 | ; These are default values that will be overriden by clients. These | 492 | ; These are default values that will be overriden by clients. These |
@@ -1574,7 +1570,7 @@ | |||
1574 | GroupsCacheTimeout = 30 | 1570 | GroupsCacheTimeout = 30 |
1575 | 1571 | ||
1576 | ; Specify which messaging module to use for groups messaging and if it's enabled | 1572 | ; Specify which messaging module to use for groups messaging and if it's enabled |
1577 | MessagingModule = GroupsMessagingModule | 1573 | ;MessagingModule = GroupsMessagingModule |
1578 | ;MessagingEnabled = true | 1574 | ;MessagingEnabled = true |
1579 | 1575 | ||
1580 | ; Experimental option to only message cached online users rather than all users | 1576 | ; Experimental option to only message cached online users rather than all users |