DatabaseMaxConnections

Joselito

Vassal
Customer
Is there any relationship between the number of online players and the "DatabaseMaxConnections" option setting? Usually it is in "64", someone could grace us with a beautiful lesson about this resource.
 
No need to touch it, I recycle connections after each request. 64 is more than enough for a large online audience. There's no point in making it bigger.
 
No need to touch it, I recycle connections after each request. 64 is more than enough for a large online audience. There's no point in making it bigger.
An Ext vendor for Lucera advised a friend to increase the value from 64 to 500. Is this necessary, or is there any risk? Or should the Ext code have a method for connection recycling?
 
An Ext vendor for Lucera advised a friend to increase the value from 64 to 500. Is this necessary, or is there any risk? Or should the Ext code have a method for connection recycling?
1) He has no idea what he's talking about.
2) Maybe I, as a developer of this product, know better?

If there aren't enough connections, the server will let you know in the logs. Did you see any database connection error messages in the logs?
 
1) He has no idea what he's talking about.
2) Maybe I, as a developer of this product, know better?

If there aren't enough connections, the server will let you know in the logs. Did you see any database connection error messages in the logs?
I completely agree with you. I have no doubt that you, as the project developer, have full authority to speak about the entire project. And I appreciate your support.
 
  • Like
Reactions: L2g
Back
Top