Jump to content

Recommended Posts

Posted

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.

Posted

The limit is 6 for Tommy and 3 for the other servers, per user.

Close, it's actually.

Tommy=6

Ricky=4

Johnny=4

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...