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

Björn Bidar <[email protected]> Tue, 03 Dec 2024 22:39:54 +0200
Newsgroups gmane.emacs.gnus.general
Message-ID <[email protected]>
Gijs Hillenius <[email protected]> writes:

> 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)

The variable doesn't exist (anymore).