Skip to content

Commit

Permalink
change parameter events to use KEEP_LAST (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood authored Jan 30, 2019
1 parent d834daa commit 7cbf59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw/include/rmw/qos_profiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static const rmw_qos_profile_t rmw_qos_profile_services_default =

static const rmw_qos_profile_t rmw_qos_profile_parameter_events =
{
RMW_QOS_POLICY_HISTORY_KEEP_ALL,
RMW_QOS_POLICY_HISTORY_KEEP_LAST,
1000,
RMW_QOS_POLICY_RELIABILITY_RELIABLE,
RMW_QOS_POLICY_DURABILITY_VOLATILE,
Expand Down

0 comments on commit 7cbf59f

Please sign in to comment.