Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.

chore(docs): Fix misnamed property listed in orca sql configuration #1883

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup/productionize/persistence/orca-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ sql:
jdbcUrl: jdbc:mysql://localhost:3306/orca
user: orca_service
password: hunter2
connectionTimeout: 5000
connectionTimeoutMs: 5000
maxLifetimeMs: 30000
maxLifetime: 30000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you're missing the removal of maxLifetime.

# MariaDB-specific:
maxPoolSize: 50
Expand Down