diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-04-15 14:38:24 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-04-15 14:38:24 -0400 |
commit | 7c170abf52813aa45e9bee656e3b5c12d7fbf47e (patch) | |
tree | d3674949ac58e4826ae2d59446d33cad7875d432 /indra/newview/app_settings | |
parent | fcb36144dd78d0fa9cacc6fd6e036846493ea2a2 (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/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 5 |
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> |