Jump to content

[Solved] Disable max_user_connections


thaian

Recommended Posts

This is by design to help keep load low and cannot be disabled.

 

Properly written code should not need a lot of connections anyway. The limit is 6 for Tommy and 3 for the other servers, per user. If your code is well-written, it will open and use the same connection for the duration of its run, and close the connection as soon as it's done with it, so you shouldn't ever hit this limit because the connections only exist for a fraction of a second while the script runs.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...