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 9d85318 commit dbcf43fCopy full SHA for dbcf43f
modules/trace/sink.cpp
@@ -106,9 +106,9 @@ bool Sink::enable()
106
using namespace std::placeholders;
107
108
util::AsyncPipe::Config config;
109
- config.buff_size = 2048;
+ config.buff_size = 10240;
110
config.buff_min_num = 2;
111
- config.buff_max_num = 50;
+ config.buff_max_num = 20;
112
config.interval = 1000;
113
114
async_pipe_.initialize(config);
version.mk
@@ -21,4 +21,4 @@
21
# TBOX版本号
22
TBOX_VERSION_MAJOR := 1
23
TBOX_VERSION_MINOR := 10
24
-TBOX_VERSION_REVISION := 16
+TBOX_VERSION_REVISION := 17
0 commit comments