Skip to content

Commit

Permalink
Remove extra postgres vacuum on startup:
Browse files Browse the repository at this point in the history
  • Loading branch information
hrosenbe committed Nov 10, 2017
1 parent db99680 commit 5c7daec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions runHarness/Services/PostgresqlService.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ sub start {
$self->portMap->{$impl} = $self->internalPortMap->{$impl};


# Force a vacuum and a checkpoint
$self->doVacuum($dblog);


# Force a vacuum and a checkpoint
$self->doVacuum($dblog);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class WorkloadDriverApplication implements ApplicationRunner {

public static void main(String[] args) throws IOException, JSONException, InterruptedException {
SpringApplication.run(WorkloadDriverApplication.class, args);

}

@Override
Expand Down

0 comments on commit 5c7daec

Please sign in to comment.