Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Allow setting transaction limit for db connections #10440

Merged
merged 5 commits into from
Aug 2, 2021

Commits on Jul 21, 2021

  1. Allow setting transaction limit for db connections

    Setting the value will help PostgreSQL free up memory by recycling
    the connections in the connection pool.
    
    Signed-off-by: Toni Spets <toni.spets@iki.fi>
    hifi committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4b1300b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    7f0fe5a View commit details
    Browse the repository at this point in the history
  2. fixup! Allow setting transaction limit for db connections

    Missing import and formatting.
    hifi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8bfcb91 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    d977060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a287d2 View commit details
    Browse the repository at this point in the history