This is an automated email from the ASF dual-hosted git repository.

singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 4528db102 JDBC: Fix getting started config (#1781)
4528db102 is described below

commit 4528db1020b73814109d19e615e43bddf5ad652c
Author: Prashant Singh <35593236+singhpk...@users.noreply.github.com>
AuthorDate: Mon Jun 2 18:37:35 2025 -0700

    JDBC: Fix getting started config (#1781)
    
    Fix typo in the JDBC config for getting started, the config should be 
max_duration_in_ms instead of max_delay_in_ms
---
 getting-started/jdbc/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getting-started/jdbc/docker-compose.yml 
b/getting-started/jdbc/docker-compose.yml
index 832e0ac62..3a3049f2a 100644
--- a/getting-started/jdbc/docker-compose.yml
+++ b/getting-started/jdbc/docker-compose.yml
@@ -34,7 +34,7 @@ services:
       POLARIS_PERSISTENCE_TYPE: relational-jdbc
       POLARIS_PERSISTENCE_RELATIONAL_JDBC_MAX_RETRIES: 5
       POLARIS_PERSISTENCE_RELATIONAL_JDBC_INITIAL_DELAY_IN_MS: 100
-      POLARIS_PERSISTENCE_RELATIONAL_JDBC_MAX_DELAY_IN_MS: 5000
+      POLARIS_PERSISTENCE_RELATIONAL_JDBC_MAX_DURATION_IN_MS: 5000
       QUARKUS_DATASOURCE_DB_KIND: pgsql
       QUARKUS_DATASOURCE_JDBC_URL: $QUARKUS_DATASOURCE_JDBC_URL
       QUARKUS_DATASOURCE_USERNAME: $QUARKUS_DATASOURCE_USERNAME

Reply via email to