forked from MagicBane/Server
Pool size auto configured.
This commit is contained in:
@@ -32,10 +32,6 @@ public class DataWarehouse implements Runnable {
|
|||||||
|
|
||||||
public DataWarehouse() {
|
public DataWarehouse() {
|
||||||
|
|
||||||
Logger.info("Configuring local Database Connection Pool...");
|
|
||||||
|
|
||||||
DbManager.configureConnectionPool();
|
|
||||||
|
|
||||||
// If WarehousePush is disabled
|
// If WarehousePush is disabled
|
||||||
// then early exit
|
// then early exit
|
||||||
|
|
||||||
@@ -46,7 +42,6 @@ public class DataWarehouse implements Runnable {
|
|||||||
|
|
||||||
Logger.info( "Configuring remote Database Connection Pool...");
|
Logger.info( "Configuring remote Database Connection Pool...");
|
||||||
configureRemoteConnectionPool();
|
configureRemoteConnectionPool();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void bootStrap() {
|
public static void bootStrap() {
|
||||||
|
|||||||
Reference in New Issue
Block a user