# HG changeset patch # User Oleksandr Gavenko # Date 1374095195 -10800 # Node ID fac5c0d3af6af0520756e0ce4cd82c738b762748 # Parent 7a53ceb49885497e638807baf8881ad79e793009 Check for timeout in gnus article fetching. diff -r 7a53ceb49885 -r fac5c0d3af6a .emacs-my --- a/.emacs-my Wed Jun 26 00:40:11 2013 +0300 +++ b/.emacs-my Thu Jul 18 00:06:35 2013 +0300 @@ -1539,6 +1539,8 @@ gnus-check-bogus-newsgroups nil ) +(setq nntp-connection-timeout 10) + (setq gnus-large-newsgroup 800) (setq gnus-large-ephemeral-newsgroup 600) (setq gnus-group-listing-limit 1000)