diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ab153a5..a27e775 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -181,11 +181,6 @@ | |||
181 | ; Objects will always be considered for persistance in the next sweep if the first change occurred this number of seconds ago | 181 | ; Objects will always be considered for persistance in the next sweep if the first change occurred this number of seconds ago |
182 | MaximumTimeBeforePersistenceConsidered = 600 | 182 | MaximumTimeBeforePersistenceConsidered = 600 |
183 | 183 | ||
184 | ; Experimental setting to resend appearance updates every 60 seconds. | ||
185 | ; These packets are small and this can help with grey avatar syndrome. | ||
186 | ; Default is false | ||
187 | SendPeriodicAppearanceUpdates = false | ||
188 | |||
189 | ; ## | 184 | ; ## |
190 | ; ## PHYSICS | 185 | ; ## PHYSICS |
191 | ; ## | 186 | ; ## |
@@ -347,20 +342,6 @@ | |||
347 | ; False items will be removed from the scene permanently | 342 | ; False items will be removed from the scene permanently |
348 | UseTrashOnDelete = True | 343 | UseTrashOnDelete = True |
349 | 344 | ||
350 | ; Persist avatar baked textures | ||
351 | ; Persisting baked textures can speed up login and region border | ||
352 | ; crossings especially with large numbers of users, though it | ||
353 | ; will store potentially large numbers of textures in your asset | ||
354 | ; database | ||
355 | PersistBakedTextures = false | ||
356 | |||
357 | ; Control the delay before appearance is sent to other avatars and | ||
358 | ; saved in the avatar service. Attempts to limit the impact caused | ||
359 | ; by the very chatty dialog that sets appearance when an avatar | ||
360 | ; logs in or teleports into a region; values are in seconds | ||
361 | DelayBeforeAppearanceSave = 5 | ||
362 | DelayBeforeAppearanceSend = 2 | ||
363 | |||
364 | 345 | ||
365 | [RegionReady] | 346 | [RegionReady] |
366 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 347 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |
@@ -671,6 +652,20 @@ | |||
671 | 652 | ||
672 | 653 | ||
673 | [Appearance] | 654 | [Appearance] |
655 | ; Persist avatar baked textures | ||
656 | ; Persisting baked textures can speed up login and region border | ||
657 | ; crossings especially with large numbers of users, though it | ||
658 | ; will store potentially large numbers of textures in your asset | ||
659 | ; database | ||
660 | PersistBakedTextures = false | ||
661 | |||
662 | ; Control the delay before appearance is sent to other avatars and | ||
663 | ; saved in the avatar service. Attempts to limit the impact caused | ||
664 | ; by the very chatty dialog that sets appearance when an avatar | ||
665 | ; logs in or teleports into a region; values are in seconds | ||
666 | DelayBeforeAppearanceSave = 5 | ||
667 | DelayBeforeAppearanceSend = 2 | ||
668 | |||
674 | ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds. | 669 | ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds. |
675 | ; This may help with some situations where avatars are persistently grey, though it will not help | 670 | ; This may help with some situations where avatars are persistently grey, though it will not help |
676 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). | 671 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). |