Skip to content

Commit

Permalink
adjust defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
glennfawcett committed Feb 1, 2024
1 parent 86eb4a8 commit a8e1f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ func run(ctx context.Context) error {
// Full Scan
filterByFull(ctx, res, *MaxStmt)

// Big SQL Statements
filterByFatTxn(ctx, res, *MaxStmt)
//// Big SQL Statements
//filterByFatTxn(ctx, res, *MaxStmt)
}
return err
}

0 comments on commit a8e1f5e

Please sign in to comment.