Skip to content
Snippets Groups Projects

Increase database pool size from 5 to 6

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1361 introduces a Rake task into GitLab EE that opens 6 database connections in parallel. This breaks with the existing GDK configuration, which only permits 5 in parallel.

The pool size in production is 25, so this seems like an unnecessary restriction. Increasing the number to 6 allows the rake task to complete successfully.

/cc @rspeicher

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading