Skip to content

Commit 5411914

Browse files
CORE-14326: Work around limitation using LENGTH_UNLIMITED string (#671)
1 parent fa68203 commit 5411914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/connext_dds/flat_data_latency/c++11/USER_QOS_PROFILES.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<value>
3535
<element>
3636
<name>dds.data_writer.history.memory_manager.fast_pool.pool_buffer_max_size</name>
37-
<value>LENGTH_UNLIMITED</value>
37+
<value>-1</value> <!-- unlimited -->
3838
</element>
3939
</value>
4040
</property>

0 commit comments

Comments
 (0)