From 1478ca7641d25e02c893f37e20eb98428775ee64 Mon Sep 17 00:00:00 2001 From: Dara Hayes Date: Thu, 1 Mar 2018 10:25:35 +0000 Subject: [PATCH] fix: enhancements to config parsing and dao (#28) * fix: use varchar(128) for clientId * fix: basic connection retry logic * fix(config): major improvements to config parser * fix(dao) use new config and set max db connections * fix: enforce clientId max length at app layer * fix: rename data.app.id label to data.app.appId