Hello,
I would like to request an increase to the maximum simultaneous database connections for the bullseye toolforge project. The nature of the tool is that users will often open multiple tabs at once (one per IP they're querying) and each of these connections is querying the database to check user permissions and update my query count trackers. Caching could help with the permission queries (though an experiment in using Django's local-memory cache did not work out) but will not improve the query count tracking. The nature of the database access will be quite bursty and short: get current user permissions, update them if needed, update query counts, done. I'll take whatever you are willing to give, but I think a max of 20-25 would alleviate most of the issues. Happy to answer questions, and I am definitely open to alternatives if there's something I haven't thought of.