summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-04-15 14:38:24 -0400
committerLoren Shih <seraph@lindenlab.com>2010-04-15 14:38:24 -0400
commit7c170abf52813aa45e9bee656e3b5c12d7fbf47e (patch)
treed3674949ac58e4826ae2d59446d33cad7875d432 /indra
parentfcb36144dd78d0fa9cacc6fd6e036846493ea2a2 (diff)
EXT-6847 : Deafult configuration has Away timeout set to "Never"
Imported from 2.1 into 2.0.1. This fix is a safe change and gives Residents useful information about why an avatar is a cloud (e.g. because the avatar minimized his window and hence is "away").
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/app_settings/settings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 55e28fc59b..bebf6678d4 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -4,13 +4,14 @@
<key>AFKTimeout</key>
<map>
<key>Comment</key>
- <string>Time before automatically setting AFK (away from keyboard) mode (seconds, 0=never)</string>
+ <string>Time before automatically setting AFK (away from keyboard) mode (seconds, 0=never).
+ Valid values are: 0, 120, 300, 600, 1800</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
- <real>0</real>
+ <real>300</real>
</map>
<key>AdvanceSnapshot</key>
<map>