Fix for ServerMonitor not loading database config
This commit is contained in:
parent
b46e1bc37d
commit
3a73b05895
@ -79,6 +79,9 @@ public final class DBPool
|
|||||||
|
|
||||||
public static DataSource getServerStats()
|
public static DataSource getServerStats()
|
||||||
{
|
{
|
||||||
|
if (SERVER_STATS == null)
|
||||||
|
loadDataSources();
|
||||||
|
|
||||||
return SERVER_STATS;
|
return SERVER_STATS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user