diff options
author | Timo Sirainen <cras@irssi.org> | 2000-03-19 22:35:56 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-19 22:35:56 +0000 |
commit | 7f4eac0dd431c8b03fde53d3c8e3ccc9a6159a07 (patch) | |
tree | 4c660f2eb11c1352560710d3b2fb382668848de9 /src | |
parent | 6275dd69ada5ab66a51537ff3529597daee5e526 (diff) | |
download | irssi-7f4eac0dd431c8b03fde53d3c8e3ccc9a6159a07.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/common-setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |