I am in the process of building an app (PWA) for a few tech conferences I'm involved in. It does the basic things you'd expect a conference app to do: shows the schedule, sends notifications, etc.
I've got about 30 users using it today, but tomorrow is the big day for the first event. About 190 users.
I saw on the Observability page that I am currently using 16/60 database connections, which is fine for now, but I expect that I'll eclipse 60 tomorrow. Is there a way to raise that number?
I have an event in May that will have nearly 2,000 attendees, so tomorrow is a good first stress test.