forked from luna/vim-rana-local
increase send frequency from every 5 minutes to every 2 minutes
This commit is contained in:
parent
f4861009f8
commit
e17a88db6a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ let s:VERSION = '1.2.3'
|
||||||
|
|
||||||
" Set default action frequency in minutes
|
" Set default action frequency in minutes
|
||||||
if !exists("g:wakatime_ActionFrequency")
|
if !exists("g:wakatime_ActionFrequency")
|
||||||
let g:wakatime_ActionFrequency = 5
|
let g:wakatime_ActionFrequency = 2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Globals
|
" Globals
|
||||||
|
|
Loading…
Reference in a new issue