Variable: magit--blob-cache-timeout

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

Value

1800

Documentation

Limit age, since last access, of volatile blob buffers to be kept alive.

Age is tracked in seconds. If nil, only use magit--blob-cache-limit.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-files.el
(defvar magit--blob-cache-timeout 1800
  "Limit age, since last access, of volatile blob buffers to be kept alive.
Age is tracked in seconds.  If nil, only use `magit--blob-cache-limit'.")