Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2006-01-13 21:05:10 +0300
committerMickaël Rémond <mickael.remond@process-one.net>2006-01-13 21:05:10 +0300
commitc7bafe005698625a092e0359414b09ea066a25c0 (patch)
tree592a911af2b51976b068b9dbd36431c243a4ce11 /ChangeLog
parent54a1ced6f6f35724265f5bdbf4193bae9ddd461b (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <alexey@sevcom.net>