diff --git a/li.strolch.performancetest/src/runtime_postgresql/config/StrolchConfiguration.xml b/li.strolch.performancetest/src/runtime_postgresql/config/StrolchConfiguration.xml index b2ef2e00b..523dc3f36 100644 --- a/li.strolch.performancetest/src/runtime_postgresql/config/StrolchConfiguration.xml +++ b/li.strolch.performancetest/src/runtime_postgresql/config/StrolchConfiguration.xml @@ -45,6 +45,7 @@ testuser test 5 + 600000 diff --git a/li.strolch.performancetest/src/runtime_postgresql_json/config/StrolchConfiguration.xml b/li.strolch.performancetest/src/runtime_postgresql_json/config/StrolchConfiguration.xml index 0f9235a82..a5732c904 100644 --- a/li.strolch.performancetest/src/runtime_postgresql_json/config/StrolchConfiguration.xml +++ b/li.strolch.performancetest/src/runtime_postgresql_json/config/StrolchConfiguration.xml @@ -46,6 +46,7 @@ testuser test 5 + 600000 diff --git a/li.strolch.performancetest/src/runtime_postgresql_versioning/config/StrolchConfiguration.xml b/li.strolch.performancetest/src/runtime_postgresql_versioning/config/StrolchConfiguration.xml index 9f95a6378..206b04327 100644 --- a/li.strolch.performancetest/src/runtime_postgresql_versioning/config/StrolchConfiguration.xml +++ b/li.strolch.performancetest/src/runtime_postgresql_versioning/config/StrolchConfiguration.xml @@ -46,6 +46,7 @@ testuser test 1 + 600000 diff --git a/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntime/config/StrolchConfiguration.xml b/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntime/config/StrolchConfiguration.xml index 426a6e722..14b4d6bed 100644 --- a/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntime/config/StrolchConfiguration.xml +++ b/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntime/config/StrolchConfiguration.xml @@ -41,6 +41,7 @@ testuser test 1 + 600000 diff --git a/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntimeVersioning/config/StrolchConfiguration.xml b/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntimeVersioning/config/StrolchConfiguration.xml index dec7bf8a3..0e9795549 100644 --- a/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntimeVersioning/config/StrolchConfiguration.xml +++ b/li.strolch.persistence.postgresql/src/test/resources/cachedJsonRuntimeVersioning/config/StrolchConfiguration.xml @@ -42,6 +42,7 @@ testuser test 1 + 600000 diff --git a/li.strolch.persistence.postgresql/src/test/resources/cachedRuntime/config/StrolchConfiguration.xml b/li.strolch.persistence.postgresql/src/test/resources/cachedRuntime/config/StrolchConfiguration.xml index 0da0e58f2..6efb840e6 100644 --- a/li.strolch.persistence.postgresql/src/test/resources/cachedRuntime/config/StrolchConfiguration.xml +++ b/li.strolch.persistence.postgresql/src/test/resources/cachedRuntime/config/StrolchConfiguration.xml @@ -40,6 +40,7 @@ testuser test 1 + 600000 diff --git a/li.strolch.persistence.postgresql/src/test/resources/cachedRuntimeVersioning/config/StrolchConfiguration.xml b/li.strolch.persistence.postgresql/src/test/resources/cachedRuntimeVersioning/config/StrolchConfiguration.xml index 94e3aa85b..a8699090b 100644 --- a/li.strolch.persistence.postgresql/src/test/resources/cachedRuntimeVersioning/config/StrolchConfiguration.xml +++ b/li.strolch.persistence.postgresql/src/test/resources/cachedRuntimeVersioning/config/StrolchConfiguration.xml @@ -41,6 +41,7 @@ testuser test 1 + 600000 diff --git a/li.strolch.persistence.postgresql/src/test/resources/realmtest/config/StrolchConfiguration.xml b/li.strolch.persistence.postgresql/src/test/resources/realmtest/config/StrolchConfiguration.xml index 9e2ca1286..08b155c4f 100644 --- a/li.strolch.persistence.postgresql/src/test/resources/realmtest/config/StrolchConfiguration.xml +++ b/li.strolch.persistence.postgresql/src/test/resources/realmtest/config/StrolchConfiguration.xml @@ -44,11 +44,13 @@ testuser1 test 1 + 600000 jdbc:postgresql://localhost/testdb2 testuser2 test 1 + 600000 diff --git a/li.strolch.service/src/test/resources/svctest/config/StrolchConfiguration.xml b/li.strolch.service/src/test/resources/svctest/config/StrolchConfiguration.xml index 7409305ed..b39fe9d93 100644 --- a/li.strolch.service/src/test/resources/svctest/config/StrolchConfiguration.xml +++ b/li.strolch.service/src/test/resources/svctest/config/StrolchConfiguration.xml @@ -57,11 +57,13 @@ cacheduser test 1 + 600000 jdbc:postgresql://localhost/cacheduserauditsversioningdb cacheduserauditsversioning test 1 + 600000 diff --git a/li.strolch.website/www.strolch.li/documentation-realms.html b/li.strolch.website/www.strolch.li/documentation-realms.html index 94264e9d8..52212e59b 100644 --- a/li.strolch.website/www.strolch.li/documentation-realms.html +++ b/li.strolch.website/www.strolch.li/documentation-realms.html @@ -137,6 +137,7 @@ <db.username.cachedRealm>testuser2</db.username.cachedRealm> <db.password.cachedRealm>test</db.password.cachedRealm> <db.pool.maximumPoolSize.cachedRealm>1</db.pool.maximumPoolSize.cachedRealm> + <db.pool.keepaliveTime.cachedRealm>600000</db.pool.keepaliveTime.cachedRealm> </Properties> </Component> ...