12
2

Using sql connections in round robbin mode instead of the same (possibly) #361

Zusammengeführt
Lixfel hat 2 Commits von sql nach master 2022-06-07 14:14:22 +02:00 zusammengeführt

Datei anzeigen

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