]> git.eshelyaron.com Git - emacs.git/commitdiff
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 May 2007 04:49:51 +0000 (04:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 May 2007 04:49:51 +0000 (04:49 +0000)
lisp/net/rcirc.el

index dc346695ce24b03cee05fec1a8e679dca8c76f63..311c052fa30bda2c7f06fa7db395e211aca8fc3d 100644 (file)
@@ -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))