aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-05 19:07:31 +0200
committermousebot <mousebot@riseup.net>2021-10-05 19:07:31 +0200
commit5b64479e34546cea01b600cf5a9fc8c47e2e4a4e (patch)
treeacd2169c602bddc9e6c1d6539218e76256eb67b8 /lisp/mastodon-http.el
parent1d141a98479b4ca09f396adfd82f19f8709242e6 (diff)
parent3df45c1cd655f3c3555c47d6cfaf023ef13b6ca7 (diff)
Merge branch 'main' into develop
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index abd9af0..bc48e8d 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -42,7 +42,7 @@
(defvar mastodon-http--api-version "v1")
-(defconst mastodon-http--timeout 5
+(defconst mastodon-http--timeout 15
"HTTP request timeout, in seconds. Has no effect on Emacs < 26.1.")
(defun mastodon-http--api (endpoint)