aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-05 18:51:00 +0200
committermousebot <mousebot@riseup.net>2021-10-05 18:51:00 +0200
commitfdd3ea487b6485dd210f5ee99836f900f23823b4 (patch)
treebe65992bfd844871a9c473f45f8657d13f9fec8f /lisp
parentb4dc8738efad0355ccfa3c1c89f81e4b4466eaa7 (diff)
set a larger mastodon-http--timeout.
loading profiles would often not make in 5 seconds on a slower connection
Diffstat (limited to 'lisp')
-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)