We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7b0a8 commit 828a8acCopy full SHA for 828a8ac
include/web_video_server/multipart_stream.h
@@ -13,7 +13,7 @@ class MultipartStream {
13
public:
14
MultipartStream(async_web_server_cpp::HttpConnectionPtr& connection,
15
const std::string& boundry="boundarydonotcross",
16
- std::size_t max_queue_size=1);
+ std::size_t max_queue_size=2);
17
18
void sendInitialHeader();
19
void sendPartHeader(const ros::Time &time, const std::string& type, size_t payload_size);
0 commit comments