diff --git a/source/libs/stream/src/stream.c b/source/libs/stream/src/stream.c index 155ea3ba05681af43a2822f9973d5e283f65c210..609976bf65c8ebe511ea9f23492ed53b29cb43b5 100644 --- a/source/libs/stream/src/stream.c +++ b/source/libs/stream/src/stream.c @@ -16,7 +16,7 @@ #include "streamInc.h" #include "ttimer.h" -#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 2 +#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 2000 int32_t streamInit() { int8_t old;