Skip to content

Commit

Permalink
Merge pull request #2132 from skliper/fix2131-increase_event_credit
Browse files Browse the repository at this point in the history
Fix #2131, Increase event burst credit to not squelch at startup in CI
  • Loading branch information
dzbaker committed Aug 10, 2022
2 parents 0afe373 + 2c8ba83 commit 5b0769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sample_defs/cpu1_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@
** \par Limits
** This number must be less than or equal to INT_MAX/1000
*/
#define CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST 16
#define CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST 32

/**
** \cfeevscfg Sustained number of event messages per second per app before squelching
Expand Down

0 comments on commit 5b0769f

Please sign in to comment.