inc batch num
This commit is contained in:
parent
6780833cd2
commit
ebf9a13fe7
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include "streamInc.h"
|
||||
|
||||
#define STREAM_EXEC_MAX_BATCH_NUM 4096
|
||||
#define STREAM_EXEC_MAX_BATCH_NUM 20480
|
||||
|
||||
bool streamTaskShouldStop(const SStreamStatus* pStatus) {
|
||||
int32_t status = atomic_load_8((int8_t*) &pStatus->taskStatus);
|
||||
|
|
Loading…
Reference in New Issue