ehn(stream): increase the capacity of input queue to be 2000 items.
This commit is contained in:
parent
ab4b08a4b5
commit
d0c706ac7c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue