geforkt von SteamWar/BungeeCore
Using sql connections in round robbin mode instead of the same (possibly)
Dieser Commit ist enthalten in:
Ursprung
163e40f2dd
Commit
bb68a4a690
@ -115,7 +115,7 @@ public class Statement implements AutoCloseable {
|
||||
}
|
||||
|
||||
synchronized (connections) {
|
||||
connections.push(connection);
|
||||
connections.addLast(connection);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren