increase send frequency from every 5 minutes to every 2 minutes

This commit is contained in:
Alan Hamlett 2013-11-28 12:21:48 +01:00
parent f4861009f8
commit e17a88db6a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let s:VERSION = '1.2.3'
" Set default action frequency in minutes
if !exists("g:wakatime_ActionFrequency")
let g:wakatime_ActionFrequency = 5
let g:wakatime_ActionFrequency = 2
endif
" Globals