Skip to content

Commit e2651ae

Browse files
[RosQueueSubscribe] Increase size of buffers.
1 parent c2c3026 commit e2651ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ros_queued_subscribe.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace dynamicgraph {
2525
namespace internal {
26-
static const int BUFFER_SIZE = 1 << 10;
26+
static const int BUFFER_SIZE = 1 << 22;
2727

2828
template <typename T>
2929
struct Add {

0 commit comments

Comments
 (0)