Skip to content

Commit

Permalink
0002658: Initial load defaults to initial load extract in background
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Jun 30, 2016
1 parent 7a65f42 commit 36319a1
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -688,11 +688,7 @@ public FutureOutgoingBatch call() throws Exception {
if (executor != null) {
executor.shutdown();
}
} finally {
if (executor != null) {
executor.shutdown();
}
}
}

// Next, we update the node channel controls to the
// current timestamp
Expand Down

0 comments on commit 36319a1

Please sign in to comment.