Skip to content

Commit 7cbf59f

Browse files
authored
change parameter events to use KEEP_LAST (#162)
1 parent d834daa commit 7cbf59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw/include/rmw/qos_profiles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static const rmw_qos_profile_t rmw_qos_profile_services_default =
6060

6161
static const rmw_qos_profile_t rmw_qos_profile_parameter_events =
6262
{
63-
RMW_QOS_POLICY_HISTORY_KEEP_ALL,
63+
RMW_QOS_POLICY_HISTORY_KEEP_LAST,
6464
1000,
6565
RMW_QOS_POLICY_RELIABILITY_RELIABLE,
6666
RMW_QOS_POLICY_DURABILITY_VOLATILE,

0 commit comments

Comments
 (0)