RX_REPLAYSUBJECT_MAX_EVENTS top-level constant
          
          int
          const RX_REPLAYSUBJECT_MAX_EVENTS
          
        
        
Default max number of events to keep in the replay subject. helps to avoid memory leaks.
Implementation
const RX_REPLAYSUBJECT_MAX_EVENTS = 2000;