From fdd3ea487b6485dd210f5ee99836f900f23823b4 Mon Sep 17 00:00:00 2001 From: mousebot Date: Tue, 5 Oct 2021 18:51:00 +0200 Subject: set a larger mastodon-http--timeout. loading profiles would often not make in 5 seconds on a slower connection --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-http.el') 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) -- cgit v1.2.3