diff options
author | mousebot <mousebot@riseup.net> | 2021-10-05 18:51:00 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-05 18:51:00 +0200 |
commit | fdd3ea487b6485dd210f5ee99836f900f23823b4 (patch) | |
tree | be65992bfd844871a9c473f45f8657d13f9fec8f /lisp | |
parent | b4dc8738efad0355ccfa3c1c89f81e4b4466eaa7 (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.el | 2 |
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) |