Iteration_Limit

Hi, what does this setting mean?

Hello, the variable does not need to be changed. What the variable does is essentially limit how loops is allowed to determine a new pop on player join/leave

so this would be correct? just dont want to screw it up :P

 

{
"PluginToggles": {
"Enable_Plugin": true,
"Enable_Queueing": true,
"OverageIsQueue": false,
"FPS_Limiting": false,
"Enable_Logs": true
},
"BaseServerVariables": {
"Server_MinPlayers": 110, (THE NORMAL AMMOUNT OF PLAYERS)
"Server_MaxPlayers": 210,  (THE MAX PLAYERS I WANT TO HAVE)
"Average_FPS_Limit": 15, (IGNOREING THIS SETTING )
"Iteration_Limit": 50 
},
"DecreasePopOptions": {
"Decrease_Pop_Threshold": 20,
"Pop_Decrease_Amount": 5
},
"QueuedEnabledOptions": {
"Queue_Increase_Threshold": 3, (WHEN 3 ARE IN QUEUE IT WILL ADD 10 POP)
"Pop_Increase_Amount": 10
},

Yes, this looks fine 😛