Skip to content
Snippets Groups Projects
Commit e2651aeb authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[RosQueueSubscribe] Increase size of buffers.

parent c2c3026d
No related branches found
No related tags found
No related merge requests found
Pipeline #22105 failed
......@@ -23,7 +23,7 @@
namespace dynamicgraph {
namespace internal {
static const int BUFFER_SIZE = 1 << 10;
static const int BUFFER_SIZE = 1 << 22;
template <typename T>
struct Add {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment