emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c05b661 111/135: Added documentation about using a timeout


From: Ian Dunn
Subject: [elpa] master c05b661 111/135: Added documentation about using a timeout for cache
Date: Mon, 17 Feb 2020 10:53:02 -0500 (EST)

branch: master
commit c05b6619b6a522f012b3a93d7a95aebdb2093060
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Added documentation about using a timeout for cache
---
 org-edna.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/org-edna.el b/org-edna.el
index 5a152e6..37c9849 100644
--- a/org-edna.el
+++ b/org-edna.el
@@ -469,6 +469,11 @@ which of the two types is allowed in STRING-FORM."
 ;; Cache works because the returned values of finders are all markers.  Markers
 ;; will automatically update themselves when a buffer is edited.
 
+;; We use a timeout for cache because it's expected that the Org files
+;; themselves will change.  Thus, there's no assured way to determine if we 
need
+;; to update the cache without actually running again.  Therefore, we assume
+;; most operations that the user wants to expedite will be performed in bulk.
+
 (cl-defstruct org-edna--finder-input
   func-sym args)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]