12
2

Using sql connections in round robbin mode instead of the same (possibly)
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-06-02 17:08:29 +02:00
Ursprung 163e40f2dd
Commit bb68a4a690

Datei anzeigen

@ -115,7 +115,7 @@ public class Statement implements AutoCloseable {
}
synchronized (connections) {
connections.push(connection);
connections.addLast(connection);
}
return result;