Skip to content

Commit

Permalink
Fix nasa#2349, Unrestrict events/disable squelching
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknutsen committed May 26, 2023
1 parent ddd01d5 commit 8a588b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/evs/config/default_cfe_evs_internal_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
** \par Limits
** This number must be less than or equal to INT_MAX/1000
*/
#define CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST 32

#define CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST 0
/**
** \cfeevscfg Sustained number of event messages per second per app before squelching
**
Expand All @@ -93,7 +92,7 @@
** This number must be less than or equal to #CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST.
** Values lower than 8 may cause functional and unit test failures.
*/
#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 8
#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 0

/**
** \cfeevscfg Default Event Log Filename
Expand Down

0 comments on commit 8a588b3

Please sign in to comment.