Addition of ExecuteThread executor for running packets.
This commit is contained in:
		@@ -134,12 +134,6 @@ ScheduledThreadPoolSize = -1
 | 
			
		||||
# If set to -1, this will be determined by available processors multiplied by 2.
 | 
			
		||||
InstantThreadPoolSize = -1
 | 
			
		||||
 | 
			
		||||
# Use threads to run client packets individually.
 | 
			
		||||
# Less lag when using threads, but more CPU consumption.
 | 
			
		||||
# Can try disabling it when server is highly populated and CPU is high.
 | 
			
		||||
# Default: True
 | 
			
		||||
ThreadsForClientPackets = True
 | 
			
		||||
 | 
			
		||||
# Use threads to decrease startup time.
 | 
			
		||||
# Default: False
 | 
			
		||||
ThreadsForLoading = False
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user