Variable: json-pretty-print-max-secs

json-pretty-print-max-secs is a variable defined in json.el.gz.

Value

2.0

Documentation

Maximum time for json-pretty-prints comparison.

The function json-pretty-print uses replace-region-contents
(which see) passing the value of this variable as argument
MAX-SECS.

Source Code

;; Defined in /usr/src/emacs/lisp/json.el.gz
(defvar json-pretty-print-max-secs 2.0
  "Maximum time for `json-pretty-print's comparison.
The function `json-pretty-print' uses `replace-region-contents'
\(which see) passing the value of this variable as argument
MAX-SECS.")