Skip to content

Commit

Permalink
perf: re-used prepared statements (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 authored Nov 14, 2023
1 parent bc882d6 commit df6b7b9
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 204 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/aws/greengrass/disk/spool/DiskSpool.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public Iterable<Long> getAllMessageIds() throws IOException {
public void initializeSpooler() throws IOException {
try {
dao.initialize();
dao.setUpDatabase();
logger.atInfo().log("Finished setting up Database");
} catch (SQLException e) {
throw new IOException(e);
Expand Down
Loading

0 comments on commit df6b7b9

Please sign in to comment.