inc batch num

This commit is contained in:
jiajingbin 2023-04-27 18:14:46 +08:00
parent 6780833cd2
commit ebf9a13fe7
1 changed files with 1 additions and 1 deletions

View File

@ -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);