Variable: magit--blob-cache-limit

magit--blob-cache-limit is a variable defined in magit-files.el.

Value

100

Documentation

Limit number of volatile blob buffers to be kept alive.

If nil, only use magit--blob-cache-timeout.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-files.el
(defvar magit--blob-cache-limit 100
  "Limit number of volatile blob buffers to be kept alive.
If nil, only use `magit--blob-cache-timeout'.")