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

Moved self database from session to request scope. #441

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 18, 2021

  1. Moved self database from session to request scope.

    A new db connection is established on each http request and closed after the request has completed.
    This prevents "too many connections" exception from MySql to happen while too many users are logged in.
    criske committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0c07e03 View commit details
    Browse the repository at this point in the history
  2. Updated version.

    criske committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0bbdc48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f23f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8b0ab4 View commit details
    Browse the repository at this point in the history