Skip to content

Commit

Permalink
Removing threadexecutorservice purge that was too costly
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaud committed Mar 6, 2020
1 parent 62c3b68 commit ab07034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ skill SchedulesSkill extends Skill implements InternalSchedules {
if (future instanceof Runnable) {
this.executorService.remove(future)
}
this.executorService.purge
//DO NOT CALL IT here this.executorService.purge it is way too costly
}
return b1
}
Expand Down

0 comments on commit ab07034

Please sign in to comment.