Newcomer1989 / TSN-Ranksystem

A PHP Bot that assigns time based server groups on TeamSpeak3.
https://ts-ranksystem.com
GNU General Public License v3.0
144 stars 60 forks source link

Server usage issue #658

Closed Meshiikun closed 5 years ago

Meshiikun commented 5 years ago

Ranksystem Version: 1.3.3

Why on "Server usage" the maximum value is 600?

index

Thanks for answers

Shad86 commented 5 years ago

As i know the Server usage expands if its needed - or did you test it and it wont got higher?

On mine for example it only has a max Usage of 100.

Meshiikun commented 5 years ago

I didn't test anything, one or two updates ago was 100 because I had max 80 people on my server. I was thinking if it's possible to edit manually inside a file, I don't know

Newcomer1989 commented 5 years ago

It is cause we added a new line with the max clients. See changelog from version 1.3.0.

It is planed in future versions to add a config parameter to deactivate this line.

To optimize the view now, you could reduce the max-clients. Cause in your case it seems, there are at least 400 slots never used.

Meshiikun commented 5 years ago

It is cause we added a new line with the max clients. See changelog from version 1.3.0.

It is planed in future versions to add a config parameter to deactivate this line.

To optimize the view now, you could reduce the max-clients. Cause in your case it seems, there are at least 400 slots never used.

Ok, thanks