| 
					
				 | 
			
			
				@@ -17,4 +17,10 @@ public class ConfigCategoryDatabase { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Setting(value = "Table_Prefix", comment = "The Prefix that will be used for tables in your DB") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private String tablePrefix; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Setting(value = "Max_Connections", comment = "This setting is the max simultaneous MySQL/MariaDB connections allowed at a time, this needs to be high enough to support multiple player logins in quick succession") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private ConfigCategoryMaxConnections configCategoryMaxConnections; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Setting(value = "Max_Pool_Size", comment = "This setting is the max size of the pool of cached connections that we hold at any given time.") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private ConfigCategoryMaxPoolSize configCategoryMaxPoolSize; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |