From c7bafe005698625a092e0359414b09ea066a25c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Fri, 13 Jan 2006 18:05:10 +0000 Subject: * src/odbc/ejabberd_odbc.erl: Added a way to retry database connection connect for 5 minutes when the connection is lost. No further connection is retry after 5 minutes (EJAB-22 & EJAB-25) * src/odbc/ejabberd_odbc_sup.erl: likewise SVN Revision: 485 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5798f1c85..6bb7b3e48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ * src/mod_vcard_odbc.erl: likewise. * src/odbc/mysql.sql: Fixed MySQL database creation script: Was not properly working with all MySQL version. + * src/odbc/ejabberd_odbc.erl: Added a way to retry database + connection connect for 5 minutes when the connection is lost. No + further connection is retry after. + * src/odbc/ejabberd_odbc_sup.erl: likewise. 2006-01-13 Alexey Shchepin -- cgit v1.2.3