Using sql connections in round robbin mode instead of the same (possibly)
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
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