From: Richard M. Stallman Date: Sat, 5 May 2007 04:49:51 +0000 (+0000) Subject: (rcirc-timeout-seconds): Increase to prevent unwanted disconnections. X-Git-Tag: emacs-pretest-22.0.990~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e8750896b55676973a5b7dbd06fef672cfffd90;p=emacs.git (rcirc-timeout-seconds): Increase to prevent unwanted disconnections. --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index dc346695ce2..311c052fa30 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -312,7 +312,7 @@ and the cdr part is used for encoding." "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))