From 063f4dc1bc4edc98739cb8170edb932cf86d5e14 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Mon, 22 Apr 2024 09:29:24 +0200 Subject: [PATCH] chore(model): Add new PostgreSQL connection params to `reference.yml` Add the parameter which have been recently added by 5b64b6c to the reference config file. Use the default values from [1] as default values. [1]: https://github.com/brettwooldridge/HikariCP#frequently-used Signed-off-by: Frank Viernau --- model/src/main/resources/reference.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/model/src/main/resources/reference.yml b/model/src/main/resources/reference.yml index 2779ad4a979e1..795c029797908 100644 --- a/model/src/main/resources/reference.yml +++ b/model/src/main/resources/reference.yml @@ -191,6 +191,12 @@ ort: sslcert: /defaultdir/postgresql.crt sslkey: /defaultdir/postgresql.pk8 sslrootcert: /defaultdir/root.crt + connectionTimeout: 30000 + idleTimeout: 600000 + keepaliveTime: 0 + maxLifetime: 1800000 + maximumPoolSize: 10 + minimumIdle: 600000 createMissingArchives: false @@ -216,6 +222,12 @@ ort: sslcert: /defaultdir/postgresql.crt sslkey: /defaultdir/postgresql.pk8 sslrootcert: /defaultdir/root.crt + connectionTimeout: 30000 + idleTimeout: 600000 + keepaliveTime: 0 + maxLifetime: 1800000 + maximumPoolSize: 10 + minimumIdle: 600000 config: # A map from scanner plugin types to the plugin configuration. @@ -308,6 +320,12 @@ ort: sslcert: /defaultdir/postgresql.crt sslkey: /defaultdir/postgresql.pk8 sslrootcert: /defaultdir/root.crt + connectionTimeout: 30000 + idleTimeout: 600000 + keepaliveTime: 0 + maxLifetime: 1800000 + maximumPoolSize: 10 + minimumIdle: 600000 type: PROVENANCE_BASED sw360Configuration: @@ -343,6 +361,12 @@ ort: sslcert: /defaultdir/postgresql.crt sslkey: /defaultdir/postgresql.pk8 sslrootcert: /defaultdir/root.crt + connectionTimeout: 30000 + idleTimeout: 600000 + keepaliveTime: 0 + maxLifetime: 1800000 + maximumPoolSize: 10 + minimumIdle: 600000 reporter: config: