summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-05-05 04:49:51 +0000
committerRichard M. Stallman <rms@gnu.org>2007-05-05 04:49:51 +0000
commit98ea1e28966193715cbe15265e2b2928a3737080 (patch)
tree52b95e9ad60d150d47e3782b9202db2bc6d1154d /lisp/net
parente25a74e010d82ae2ca9f2e857f242a8a60d3a660 (diff)
downloademacs-98ea1e28966193715cbe15265e2b2928a3737080.tar.gz
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/rcirc.el2
1 files changed, 1 insertions, 1 deletions
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))