mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 05:27:34 +08:00
reduce default queue size
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
static const uint32_t kQueueSizeDefault = 1000; /**< Size of queue for ROS */
|
||||
static const uint32_t kQueueSizeDefault = 1; /**< Size of queue for ROS */
|
||||
std::list<SubscriberBase *> _subs; /**< Subcriptions of node */
|
||||
std::list<PublisherBase *> _pubs; /**< Publications of node */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user