Variable: nntp-nov-gap

nntp-nov-gap is a variable defined in nntp.el.gz.

Value

5

Documentation

Maximum allowed gap between two articles.

If the gap between two consecutive articles is bigger than this variable, split the XOVER request into two requests.

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-nov-gap 5
  "Maximum allowed gap between two articles.
If the gap between two consecutive articles is bigger than this
variable, split the XOVER request into two requests.")