Skip to content
Snippets Groups Projects
Unverified Commit 61bd76e9 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by GitHub
Browse files

Merge pull request #97 from florent-lamiraux/devel

[RosQueueSubscribe] Increase size of buffers.
parents c2c3026d e2651aeb
No related branches found
No related tags found
No related merge requests found
Pipeline #22242 failed
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
namespace dynamicgraph { namespace dynamicgraph {
namespace internal { namespace internal {
static const int BUFFER_SIZE = 1 << 10; static const int BUFFER_SIZE = 1 << 22;
template <typename T> template <typename T>
struct Add { struct Add {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment