forked from Limework/skript-db
		
	Make config more informative
This commit is contained in:
		
							parent
							
								
									5803be55b7
								
							
						
					
					
						commit
						f6a43f0b53
					
				@ -78,6 +78,7 @@ public final class SkriptDB extends JavaPlugin {
 | 
				
			|||||||
        out.write("# If it is hosted within the same machine, set it to the count of cores your processor has or the count of threads your processor can process at once.\n");
 | 
					        out.write("# If it is hosted within the same machine, set it to the count of cores your processor has or the count of threads your processor can process at once.\n");
 | 
				
			||||||
        out.write("thread-pool-size: " + (Runtime.getRuntime().availableProcessors() + 1) + "\n");
 | 
					        out.write("thread-pool-size: " + (Runtime.getRuntime().availableProcessors() + 1) + "\n");
 | 
				
			||||||
        out.write("# Only change this if you wish to use a different driver than Java's default, like MariaDB driver.\n");
 | 
					        out.write("# Only change this if you wish to use a different driver than Java's default, like MariaDB driver.\n");
 | 
				
			||||||
 | 
					        out.write("# If you use MariaDB, its driver is shaded together with skript-db, so you can just specify:" + "\"org.mariadb.jdbc.Driver\"" + ".\n");
 | 
				
			||||||
        out.write("sql-driver-class-name:" + "\"default\"" + "\n");
 | 
					        out.write("sql-driver-class-name:" + "\"default\"" + "\n");
 | 
				
			||||||
      } catch (IOException e) {
 | 
					      } catch (IOException e) {
 | 
				
			||||||
        e.printStackTrace();
 | 
					        e.printStackTrace();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user