Skip to content

Commit

Permalink
use only time
Browse files Browse the repository at this point in the history
  • Loading branch information
redalogobject committed Jul 4, 2024
1 parent c6dba44 commit f38fbd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void run() {
try (Connection c = db.getConnection()) {
c.setAutoCommit(false);

while (operations <= numberOperations) {
while (true) {

operations++;

Expand Down

0 comments on commit f38fbd2

Please sign in to comment.