Skip to content

Commit 61bd76e

Browse files
Merge pull request #97 from florent-lamiraux/devel
[RosQueueSubscribe] Increase size of buffers.
2 parents c2c3026 + e2651ae commit 61bd76e

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)