Skip to content

Commit

Permalink
#8 Auto filter logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mjok committed Jun 30, 2020
1 parent c793601 commit 3dac505
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public static void release() {
AdviceRegistry.INSTANCE.adviceList.stream().filter(advice -> advice instanceof BaseTransformers)
.map(advice -> (BaseTransformers) advice)
.forEach(advice -> advice.filters.remove(limitingFilter));
limitingFilter.everyNth = INITIAL_FILTER_EVERY_N_TH;
}

} catch (Exception e) {
Expand Down

0 comments on commit 3dac505

Please sign in to comment.