Dropped threadpool arrays.
This commit is contained in:
		| @@ -126,24 +126,16 @@ ServerListBrackets = False | ||||
| # Thread Configuration | ||||
| # --------------------------------------------------------------------------- | ||||
|  | ||||
| # Determines the amount of scheduled thread pools. If set to -1, the server will decide the amount depending on the available processors. | ||||
| # Default: -1 | ||||
| ScheduledThreadPoolCount = -1 | ||||
| # Specifies how many threads will be in the scheduled pool. | ||||
| # Default: 40 | ||||
| ScheduledThreadPoolCount = 40 | ||||
|  | ||||
| # Specifies how many threads will be in a single scheduled pool. | ||||
| # Default: 4 | ||||
| ThreadsPerScheduledThreadPool = 4 | ||||
| # Specifies how many threads will be in the single instant pool. | ||||
| # Default: 20 | ||||
| InstantThreadPoolCount = 20 | ||||
|  | ||||
| # Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors. | ||||
| # Default: -1 | ||||
| InstantThreadPoolCount = -1 | ||||
|  | ||||
| # Specifies how many threads will be in a single instant pool. | ||||
| # Default: 2 | ||||
| ThreadsPerInstantThreadPool = 2 | ||||
|  | ||||
| # Default: 2 | ||||
| UrgentPacketThreadCoreSize = 2 | ||||
| # Default: 20 | ||||
| UrgentPacketThreadCoreSize = 20 | ||||
|  | ||||
| # Use threads to decrease startup time. | ||||
| # Default: False | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment