On Fri, Jul 21, 2023 at 9:45 AM 'Michael Scrivo' via sequel-talk < [email protected]> wrote:
> I can already see that in my attempt at reproducing with sqllite, all > queries are using the same connection, despite sett max_connections to 5. > Are you using a memory database? If so, that is expected. Sequel always limits memory databases to a single connection, because multiple connections cannot share access to a memory database. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/CADGZSSeh%2BK4YX8sAJrMaJgtT-hXJ31M%3DsEHWp_wkrJR-gzAN%2BQ%40mail.gmail.com.
