浏览代码

Default connection pool C3P0

Reported by: @Aikimaniac
Zoey76 9 年之前
父节点
当前提交
f4c6313837
共有 1 个文件被更改,包括 1 次插入1 次删除
  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