all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* rcirc bugfix
@ 2007-05-03 22:09 Ryan Yeske
  0 siblings, 0 replies; only message in thread
From: Ryan Yeske @ 2007-05-03 22:09 UTC (permalink / raw)
  To: emacs-devel


I have had a couple reports in the past few days that rcirc
connections are being dropped when running things like gnus, or
synchronous file copies.  This patch turns up the timeout from one
minute to ten, which is a better default.



2007-05-03  Ryan Yeske  <rcyeske@gmail.com>

	* rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
	disconnections.




*** rcirc.el	18 Mar 2007 19:32:30 -0800	1.32
--- rcirc.el	03 May 2007 15:06:53 -0700	
***************
*** 312,318 ****
    "List of urls seen in the current buffer.")
  (put 'rcirc-urls 'permanent-local t)
  
! (defvar rcirc-timeout-seconds 60
    "Kill connection after this many seconds if there is no activity.")
  
  (defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))
--- 312,318 ----
    "List of urls seen in the current buffer.")
  (put 'rcirc-urls 'permanent-local t)
  
! (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))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-03 22:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 22:09 rcirc bugfix Ryan Yeske

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.