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

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

[elpa] externals/llm c26bf648a8 44/71: Increase llm-request-plz-timeout


From: ELPA Syncer
Subject: [elpa] externals/llm c26bf648a8 44/71: Increase llm-request-plz-timeout to 2 minutes
Date: Fri, 17 May 2024 00:58:47 -0400 (EDT)

branch: externals/llm
commit c26bf648a8ca86fe6a5fefb3863d39668f077b6a
Author: Roman Scherer <roman@burningswell.com>
Commit: Roman Scherer <roman@burningswell.com>

    Increase llm-request-plz-timeout to 2 minutes
    
    I think 1 minute is too short. I saw this failing very often, for
    example when running the tester on the Ollama provider.
---
 llm-request-plz.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm-request-plz.el b/llm-request-plz.el
index 84e74fc195..fa7a9e5284 100644
--- a/llm-request-plz.el
+++ b/llm-request-plz.el
@@ -27,7 +27,7 @@
 (require 'rx)
 (require 'url-http)
 
-(defcustom llm-request-plz-timeout 60
+(defcustom llm-request-plz-timeout (* 2 60)
   "The number of seconds to wait for a response from a HTTP server.
 
 Request timings are depending on the request. Requests that need



reply via email to

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