branch: externals/plz
commit 831348a25809338f31d22ccc5318b1aa4546588f
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Comment: Add TODO
---
 plz.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plz.el b/plz.el
index d60ede4bcb..3c4b4aa010 100644
--- a/plz.el
+++ b/plz.el
@@ -244,6 +244,8 @@ This limits how long the connection phase may last (the
   :type 'number)
 
 (defcustom plz-timeout 60
+  ;; TODO(v0.9): Remove the `plz-timeout' option.  Requests shouldn't
+  ;; have a "max-time" timeout by default, anyway.
   "Default request timeout in seconds.
 This limits how long an entire request may take, including the
 connection phase and waiting to receive the response (the

Reply via email to