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

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

[elpa] externals/osm 277de5f785: osm-curl-options: Add max-time


From: ELPA Syncer
Subject: [elpa] externals/osm 277de5f785: osm-curl-options: Add max-time
Date: Fri, 1 Apr 2022 22:57:39 -0400 (EDT)

branch: externals/osm
commit 277de5f785c0300f54a7ba27c585fa1d79d00d6f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    osm-curl-options: Add max-time
---
 osm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osm.el b/osm.el
index f931227021..38f3b33050 100644
--- a/osm.el
+++ b/osm.el
@@ -49,7 +49,7 @@
   :prefix "osm-")
 
 (defcustom osm-curl-options
-  "--disable --fail --location --silent"
+  "--disable --fail --location --silent --max-time 30"
   "Curl command line options."
   :type 'string)
 



reply via email to

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