Skip to content

Commit

Permalink
make timeout insanely long (prevent spurious disconnects)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Aug 9, 2009
1 parent 797861a commit b61933f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/net/rcirc.el
Expand Up @@ -358,7 +358,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 600
(defvar rcirc-timeout-seconds 30000000 ;; a year or so
"Kill connection after this many seconds if there is no activity.")

(defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))
Expand Down

0 comments on commit b61933f

Please sign in to comment.