emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url 9d2e1e3 8/8: Increase timeouts not that p


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url 9d2e1e3 8/8: Increase timeouts not that progress is more ensured
Date: Sun, 22 Jan 2017 00:29:34 +0000 (UTC)

branch: scratch/with-url
commit 9d2e1e303eb66adf60b1dbd1635b83591c59057a
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Increase timeouts not that progress is more ensured
---
 lisp/url/url-queue.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index 5f70367..9d349c9 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -39,9 +39,9 @@
   :type 'integer
   :group 'url)
 
-(defcustom url-queue-timeout 5
+(defcustom url-queue-timeout 10
   "How long to let a job live once it's started (in seconds)."
-  :version "24.1"
+  :version "26.1"
   :type 'integer
   :group 'url)
 



reply via email to

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