Variable: org-persist--report-time
org-persist--report-time is a variable defined in org-persist.el.gz.
Value
0.5
Documentation
Whether to report read/write time.
When the value is a number, it is a threshold number of seconds. If the read/write time of a single variable exceeds the threshold, a message is displayed.
When the value is a non-nil non-number, always display the message. When the value is nil, never display the message.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defvar org-persist--report-time 0.5
"Whether to report read/write time.
When the value is a number, it is a threshold number of seconds. If
the read/write time of a single variable exceeds the threshold, a
message is displayed.
When the value is a non-nil non-number, always display the message.
When the value is nil, never display the message.")