Variable: consult--gc-threshold

consult--gc-threshold is a variable defined in consult.el.

Value

67108864

Documentation

Large GC threshold for temporary increase.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defvar consult--gc-threshold (* 64 1024 1024)
  "Large GC threshold for temporary increase.")