mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 06:32:00 +00:00 
			
		
		
		
	Merge pull request #1693 from DarkflameUniverse/bandwidth
fix: remove bandwidth limit
This commit is contained in:
		@@ -28,7 +28,8 @@ client_location=
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# The maximum outgoing bandwidth in bits.  If your clients are having
 | 
					# The maximum outgoing bandwidth in bits.  If your clients are having
 | 
				
			||||||
# issues with enemies taking a while to catch up to them, increse this value.
 | 
					# issues with enemies taking a while to catch up to them, increse this value.
 | 
				
			||||||
maximum_outgoing_bandwidth=80000
 | 
					# Empty or 0 means no limit
 | 
				
			||||||
 | 
					maximum_outgoing_bandwidth=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The Maximum Translation Unit (MTU) size for packets.  If players are 
 | 
					# The Maximum Translation Unit (MTU) size for packets.  If players are 
 | 
				
			||||||
# getting stuck at 55% on the loading screen, lower this number to 
 | 
					# getting stuck at 55% on the loading screen, lower this number to 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user