You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As approached by few users, SourceBans++ currently have 4 plugins that each individually create their own database handle, on a large scale, 5 servers can easily take up ~20 connection slots on a MySQL database, assuming it reuses the handle correctly
Describe the solution you'd like
Natives within the main plugin for retrieving database handles, status, etc
Example typedefs:
native Database getDBHandle();
native bool isDBConnected();
Describe alternatives you've considered
I've discussed bumping connection limits with users, however, this is quite impossible on shared hosting
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As approached by few users, SourceBans++ currently have 4 plugins that each individually create their own database handle, on a large scale, 5 servers can easily take up ~20 connection slots on a MySQL database, assuming it reuses the handle correctly
Describe the solution you'd like
Natives within the main plugin for retrieving database handles, status, etc
Example typedefs:
native Database getDBHandle();
native bool isDBConnected();
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: