Skip to content

Commit

Permalink
for initiating build
Browse files Browse the repository at this point in the history
  • Loading branch information
ab59451 committed Nov 4, 2020
1 parent b7a1ecf commit da0c803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void run(CallURL args) {
if (cleanupScript == null) {
cleanupScript = "Cleanup-Runtime.sql";
}

//database
DatabaseAccess db = new DatabaseAccess(null);
cleanup(db, cleanupScript, maxProcesses, processExpirationDays, eventExpirationDays,
commitInterval, null);
Expand Down

0 comments on commit da0c803

Please sign in to comment.