# HG changeset patch # User Richard M. Stallman # Date 1178340591 0 # Node ID 2abad7431284dec895acd79d3a35389ada22f29f # Parent 5fac150d631bea05d80079a9720aa0a77574a243 (rcirc-timeout-seconds): Increase to prevent unwanted disconnections. diff -r 5fac150d631b -r 2abad7431284 lisp/net/rcirc.el --- 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))