aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMaster ScienceSim2010-10-28 12:00:04 -0700
committerMaster ScienceSim2010-10-28 12:00:04 -0700
commit68666efd25f4d094949f31eae08ee17fd821b7e4 (patch)
tree434deb6cc46b270750a08f35399fe00a57088370 /bin/OpenSimDefaults.ini
parentMerge branch 'opensim-master' into dev-appearance (diff)
downloadopensim-SC_OLD-68666efd25f4d094949f31eae08ee17fd821b7e4.zip
opensim-SC_OLD-68666efd25f4d094949f31eae08ee17fd821b7e4.tar.gz
opensim-SC_OLD-68666efd25f4d094949f31eae08ee17fd821b7e4.tar.bz2
opensim-SC_OLD-68666efd25f4d094949f31eae08ee17fd821b7e4.tar.xz
Configuration of persistent baked textures and save/send delays.
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 82267ed..5ced7d5 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -255,6 +255,20 @@
255 ; OpenJPEG if false 255 ; OpenJPEG if false
256 ; UseCSJ2K = true 256 ; UseCSJ2K = true
257 257
258 ; Persist avatar baked textures
259 ; Persisting baked textures can speed up login and region border
260 ; crossings especially with large numbers of users, though it
261 ; will store potentially large numbers of textures in your asset
262 ; database
263 PersistBakedTextures = false
264
265 ; Control the delay before appearance is sent to other avatars and
266 ; saved in the avatar service. Attempts to limit the impact caused
267 ; by the very chatty dialog that sets appearance when an avatar
268 ; logs in or teleports into a region; values are in seconds
269 DelayBeforeAppearanceSave = 5
270 DelayBeforeAppearanceSend = 2
271
258[SMTP] 272[SMTP]
259 enabled=false 273 enabled=false
260 274