Variable: flymake-no-changes-timeout
flymake-no-changes-timeout is a customizable variable defined in
flymake.el.gz.
Value
0.5
Documentation
Time to wait after last change before automatically checking buffer.
If nil, never start checking buffer automatically like this.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-no-changes-timeout 0.5
"Time to wait after last change before automatically checking buffer.
If nil, never start checking buffer automatically like this."
:type '(choice (number :tag "Timeout in seconds")
(const :tag "No check on timeout" nil)))