Using sql connections in round robbin mode instead of the same (possibly) #361
@ -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