diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-14 08:54:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-14 08:54:07 -0400 |
commit | a3e092db14cd0ca785ae46b99f6e275eedc0ddc1 (patch) | |
tree | 7a13687199912cfdafcf206d7c1871944a3fefc5 /indra/newview/app_settings | |
parent | 961c4d3816132f6c3851edf6d8831ca2ed59e203 (diff) |
STORM-1578 (viewer side only), STORM-1589
Remove the viewer side automatic logout after extended away time.
Note, however, that the server still logs you out after 30 minutes
away: see SVC 7251.
Allow more time (10 seconds vs 2 seconds) after initiating Away status
during which mouse movements do not remove the Away status.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 60025707a4..f4535f12f8 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -25,7 +25,7 @@ <key>Type</key> <string>S32</string> <key>Value</key> - <real>0</real> + <real>300</real> </map> <key>AdminMenu</key> <map> @@ -7116,17 +7116,6 @@ <key>Value</key> <real>0.0</real> </map> - <key>QuitAfterSecondsOfAFK</key> - <map> - <key>Comment</key> - <string>The duration allowed after being AFK before quitting.</string> - <key>Persist</key> - <integer>1</integer> - <key>Type</key> - <string>F32</string> - <key>Value</key> - <real>0.0</real> - </map> <key>QuitOnLoginActivated</key> <map> <key>Comment</key> |