Mercurial > emacs
changeset 77649:2abad7431284
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 May 2007 04:49:51 +0000 |
parents | 5fac150d631b |
children | e01f2a11a9bb |
files | lisp/net/rcirc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/rcirc.el Sat May 05 04:05:14 2007 +0000 +++ b/lisp/net/rcirc.el Sat May 05 04:49:51 2007 +0000 @@ -312,7 +312,7 @@ "List of urls seen in the current buffer.") (put 'rcirc-urls 'permanent-local t) -(defvar rcirc-timeout-seconds 60 +(defvar rcirc-timeout-seconds 600 "Kill connection after this many seconds if there is no activity.") (defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))