Skip to content

Commit

Permalink
Make check duplicated true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenicos committed Jan 7, 2024
1 parent bd6e92f commit 0f25c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class AbstractMessenger implements DeliveryService {
protected Map<Integer, Long> cachedIds;

public AbstractMessenger() {
this(false);
this(true);
}

public AbstractMessenger(boolean checkDuplicated) {
Expand Down

0 comments on commit 0f25c56

Please sign in to comment.