aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-05-05 04:49:51 +0000
committerRichard M. Stallman2007-05-05 04:49:51 +0000
commit2e8750896b55676973a5b7dbd06fef672cfffd90 (patch)
treeb0d6afb2ac6563f232c1e81ecbef1e14452403e7
parentc88be8a752ce300f4399547fa3a51919de601a2c (diff)
downloademacs-2e8750896b55676973a5b7dbd06fef672cfffd90.tar.gz
emacs-2e8750896b55676973a5b7dbd06fef672cfffd90.zip
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
-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."
312 "List of urls seen in the current buffer.") 312 "List of urls seen in the current buffer.")
313(put 'rcirc-urls 'permanent-local t) 313(put 'rcirc-urls 'permanent-local t)
314 314
315(defvar rcirc-timeout-seconds 60 315(defvar rcirc-timeout-seconds 600
316 "Kill connection after this many seconds if there is no activity.") 316 "Kill connection after this many seconds if there is no activity.")
317 317
318(defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version)) 318(defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))