Variable: org-element-cache-sync-duration
org-element-cache-sync-duration is a variable defined in
org-element.el.gz.
Value
0.04
Documentation
Maximum duration, as a time value, for a cache synchronization.
If the synchronization is not over after this delay, the process
pauses and resumes after org-element-cache-sync-break
seconds.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar org-element-cache-sync-duration 0.04
"Maximum duration, as a time value, for a cache synchronization.
If the synchronization is not over after this delay, the process
pauses and resumes after `org-element-cache-sync-break'
seconds.")