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

NNTP Surfer <[email protected]> Thu, 24 Oct 2024 05:20:07 -0400
Newsgroups gmane.emacs.gnus.general
Message-ID <[email protected]>
Gijs Hillenius <[email protected]> writes:

> On 22 October 2024 03:44 NNTP Surfer, wrote:
> from:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71452
> this seems to suggest that 
> (setq read-process-output-fast nil)
> would work?

No.
I've made test:
1. Set (setq fast-read-process-output nil) globally.
2. Commented every (nntp-connection-timeout 5) to bring back default
setting.
3. Restarted Emacs.
4. Gnus hanged on connection to news.gwene.org

Only using (nntp-connection-timeout 5) fixes this problem for me.