Variable: nntp-connection-timeout
nntp-connection-timeout is a variable defined in nntp.el.gz.
Value
nil
Documentation
Number of seconds to wait before an nntp connection times out.
If this variable is nil, which is the default, no timers are set.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-connection-timeout nil
"Number of seconds to wait before an nntp connection times out.
If this variable is nil, which is the default, no timers are set.")