Mentions légales du service

Skip to content
  • RyanHerb's avatar
    db.py defs.py.sample add defs for db pool size · 22b67f2d
    RyanHerb authored
    Due to database pool size being hardcoded to 1, concurrent requests were
    not possible and therefore slowed the app down considerably when several
    users were trying to use the app at the same time. Often resulting in
    timeouts.
    Adding this parameter allows us to manage the pool size easily and
    ensure users can post requests at the same time.
    22b67f2d