Gfp <[email protected]> writes:
> I don´t want to wait and wait for downloading gnus new articles.
>
> How can I set the
>
> nntp-connection-timeout
>
> in gnus to 30 Seconds?
>
> I don´t have in gnus.el the line:
> nntp-connection-timeout
>
> I have to add it, I guess.
>
> But what exactly do I have to add?
Did you have a look at the manual, node Select Methods? There are
examples where you can conclude that something like this should do the
job:
(setq gnus-select-method
'(nntp "localhost" ; or whatever you use
(nntp-connection-timeout nil)))
Same applies to `gnus-secondary-select-methods'.
Best, Arash