Gnus development mailing list
 help / color / mirror / Atom feed
From: NNTP Surfer <nntpsurfer@op.pl>
To: ding@gnus.org
Subject: Re: Gnus hangs when not used for 5 minutes
Date: Sat, 10 Feb 2024 09:09:55 +0100	[thread overview]
Message-ID: <874jegloz0.fsf@its.a.fake> (raw)
In-Reply-To: <87zfw9l001.fsf@ericabrahamsen.net>

Eric Abrahamsen <eric@ericabrahamsen.net> writes:
> From your username I'm guessing that this is an nntp server. Try setting
> `nntp-connection-timeout' to a lowish number of seconds, and see if that
> fixes it?

Yes, adding (nntp-connection-timeout 10) to every nntp server
configuration solves this problem:

#+begin_src emacs-lisp
gnus-secondary-select-methods '(
						  ;; (nntp "news.eternal-september.org"
                          ;;        ...
						  ;; 		(nntp-connection-timeout 10))
						  (nntp "news.gwene.org"
								(nntp-connection-timeout 10))
#+end_src

Thank you :)



      reply	other threads:[~2024-02-10  8:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-09  7:57 NNTP Surfer
2024-02-09 22:57 ` Eric Abrahamsen
2024-02-10  8:09   ` NNTP Surfer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jegloz0.fsf@its.a.fake \
    --to=nntpsurfer@op.pl \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).