diff --git a/awsapi/conf/CloudStack.cfg.xml b/awsapi/conf/CloudStack.cfg.xml index 00bc7832519..3e0c42aab41 100644 --- a/awsapi/conf/CloudStack.cfg.xml +++ b/awsapi/conf/CloudStack.cfg.xml @@ -7,6 +7,18 @@ 20 false + org.hibernate.connection.C3P0ConnectionProvider + + 5 + 50 + 7200 + 50 + + + + 5400 + + 2 diff --git a/deps/awsapi-lib/c3p0-0.9.1.2.jar b/deps/awsapi-lib/c3p0-0.9.1.2.jar new file mode 100644 index 00000000000..0f42d60e316 Binary files /dev/null and b/deps/awsapi-lib/c3p0-0.9.1.2.jar differ