Increased default server connection and thread resources.
This commit is contained in:
		| @@ -50,8 +50,8 @@ Login = root | ||||
| # Database connection password | ||||
| Password =  | ||||
|  | ||||
| # Default: 40 | ||||
| MaximumDbConnections = 40 | ||||
| # Default: 100 | ||||
| MaximumDbConnections = 100 | ||||
|  | ||||
|  | ||||
| # --------------------------------------------------------------------------- | ||||
| @@ -127,15 +127,15 @@ ServerListBrackets = False | ||||
| # --------------------------------------------------------------------------- | ||||
|  | ||||
| # Specifies how many threads will be in the scheduled pool. | ||||
| # Default: 40 | ||||
| ScheduledThreadPoolCount = 40 | ||||
| # Default: 160 | ||||
| ScheduledThreadPoolCount = 160 | ||||
|  | ||||
| # Specifies how many threads will be in the single instant pool. | ||||
| # Default: 20 | ||||
| InstantThreadPoolCount = 20 | ||||
| # Default: 120 | ||||
| InstantThreadPoolCount = 120 | ||||
|  | ||||
| # Default: 20 | ||||
| UrgentPacketThreadCoreSize = 20 | ||||
| # Default: 40 | ||||
| UrgentPacketThreadCoreSize = 40 | ||||
|  | ||||
| # Use threads to decrease startup time. | ||||
| # Default: False | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment