Re: nntp and nnimap disconnect and take forever when emacs is idle

Gijs Hillenius <[email protected]> Thu, 24 Oct 2024 10:03:55 +0200
Newsgroups gmane.emacs.gnus.general
Organization Using Emacs' Org Mode
Message-ID <[email protected]>
On 22 October 2024 03:44 NNTP Surfer, wrote:

> Divya Ranjan <[email protected]> writes:
>
>> Does anyone else also experience this, when they’ve left their Emacs
>> or just gnus idle for sometime, it disconnects from the server,
>
> Had the same thing. Just set low connection timeout to quickly renew
> connections:
>
> #begin_src emacs-lisp
> gnus-select-method '(nntp "xxx"
>                     (nntp-open-connection-function nntp-open-tls-stream)
>                     (nntp-port-number 563)
>                     (nntp-address "xxx")
>                     (nntp-connection-timeout 5))
> #end_src
>
>
>

from:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71452

this seems to suggest that 

(setq read-process-output-fast nil)


would work?