I manually changed its value in git-emacs.el to sth like 10 secs:
(defcustom git--timer-sec 10.0
"Timer to monitor .git repo to update modeline"
:type '(number)
:group 'git-emacs)
.....however, when the task gets executed it is still ~40% CPU intensive. will gladly help out if you can provide some hints.
thanks!
I manually changed its value in git-emacs.el to sth like 10 secs:
(defcustom git--timer-sec 10.0
"Timer to monitor .git repo to update modeline"
:type '(number)
:group 'git-emacs)
.....however, when the task gets executed it is still ~40% CPU intensive. will gladly help out if you can provide some hints.
thanks!