mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-29 19:41:35 +01:00
MySQL max connections: 8
This commit is contained in:
parent
4a12f6e113
commit
a920c4254b
@ -40,7 +40,7 @@ public class MySQLDB extends SQLDB {
|
||||
dataSource.setUsername(username);
|
||||
dataSource.setPassword(password);
|
||||
|
||||
dataSource.setMaxTotal(-1);
|
||||
dataSource.setMaxTotal(8);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user