From 6ee05c434b376033fd5ef82eb9a87e2492abf0dd Mon Sep 17 00:00:00 2001 From: eh552t Date: Thu, 14 Sep 2017 11:14:02 +0200 Subject: Updated git submodules Project: clamp master 53bb3d5baf4b63ce5bde7eee67e7cb2a9173121a Wait for database with mariadb connector With the change from Mysql to MariaDB connector maxReconnect parameter doesn't work anymore. We then need to use retriesAllDown instead but this is doing retries as fast as possible with no wait between tries so need an arbitrary high value. With maxReconnect it was waiting a time exponentially growing so a low value was enough. Change-Id: Id1429759aa4bdcfc9af1934fd6f8b848ed879e91 Signed-off-by: eh552t Issue-ID: CLAMP-42 --- docs/submodules/clamp.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/clamp.git b/docs/submodules/clamp.git index d409b3184..53bb3d5ba 160000 --- a/docs/submodules/clamp.git +++ b/docs/submodules/clamp.git @@ -1 +1 @@ -Subproject commit d409b3184a7e9dc3907349e792132add5fd54323 +Subproject commit 53bb3d5baf4b63ce5bde7eee67e7cb2a9173121a -- cgit 1.2.3-korg