Skip to content

Commit

Permalink
refactor: Renamed *Notification* to *Event*
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Nov 4, 2024
1 parent 145f2be commit 10110b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public abstract class AbstractRiotTestBase extends AbstractTargetTestBase {

public static final long DEFAULT_IDLE_TIMEOUT_SECONDS = 1;
public static final int DEFAULT_NOTIFICATION_QUEUE_CAPACITY = 100000;
public static final int DEFAULT_EVENT_QUEUE_CAPACITY = 100000;

static {
System.setProperty(SimpleLogger.SHOW_DATE_TIME_KEY, "true");
Expand Down

0 comments on commit 10110b9

Please sign in to comment.