set away prompt to 5 minutes

This commit is contained in:
Alan Hamlett 2013-07-09 09:58:49 -07:00
parent 900f765759
commit eb1e3f72db
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import sublime_plugin
# Prompt user if no activity for this many minutes
AWAY_MINUTES = 10
AWAY_MINUTES = 5
# globals
PLUGIN_DIR = dirname(realpath(__file__))