Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fixes #197

Merged
merged 2 commits into from
Sep 3, 2018
Merged

Documentation fixes #197

merged 2 commits into from
Sep 3, 2018

Conversation

WellingR
Copy link
Member

@WellingR WellingR commented Sep 1, 2018

  • Fixed a mistake in the configuration example for custom database providers
  • Improved documentation on thread/connection pool sizing (specifically by removing the vague 5 * number of cores recommendation and pointing to a better resource)

@@ -98,13 +97,10 @@ akka-persistence-jdbc {
# ensures that the database does not get dropped while we are using it
keepAliveConnection = on

# 5 * number of cores
# See some tips on thread/connection pool sizing on https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
# Keep in mind that the number of threads must equal the maximum number of connections.
Copy link
Member

Choose a reason for hiding this comment

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

we should eventually deprecate it and only have maxConnections. Not something to do right now, though

@octonato octonato merged commit 1d1b35d into master Sep 3, 2018
@WellingR WellingR deleted the documentation-fixes branch September 3, 2018 15:59
@WellingR WellingR added this to the 3.5.0 milestone Sep 7, 2018
evgenyzic pushed a commit to evgenyzic/akka-persistence-jdbc that referenced this pull request Dec 16, 2019
- Fixed a mistake in the configuration example for custom database providers
- Improved documentation on thread/connection pool sizing (specifically by removing the vague 5 * number of cores recommendation and pointing to a better resource)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants