From 7f4eac0dd431c8b03fde53d3c8e3ccc9a6159a07 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 19 Mar 2000 22:35:56 +0000 Subject: [PATCH] Moved all server connection information to SERVER_CONNECT_REC from SERVER_REC and RECONNECT_REC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@160 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/common-setup.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common-setup.h b/src/common-setup.h index 65678de7..42a60fa5 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -7,6 +7,10 @@ #define LOG_FILE_CREATE_MODE 0644 #define CMD_CHAR '/' +/* wait for half an hour before trying to reconnect to host where last + connection failed */ +#define FAILED_RECONNECT_WAIT (60*30) + /* How often to check if there's anyone to be unignored in autoignore list */ #define AUTOIGNORE_TIMECHECK 10000