Quellcode durchsuchen

Default connection pool C3P0

Reported by: @Aikimaniac
Zoey76 vor 9 Jahren
Ursprung
Commit
f4c6313837
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      L2J_Server/dist/game/config/Server.properties

+ 1 - 1
L2J_Server/dist/game/config/Server.properties

@@ -60,7 +60,7 @@ Password =
 # Database Connection Pool
 # Default: C3P0
 # Available: C3P0, HikariCP
-ConnectionPool = HikariCP
+ConnectionPool = C3P0
 
 # Default: 100
 MaximumDbConnections = 100