refactor: inc the dump batch.

This commit is contained in:
Haojun Liao 2023-10-07 19:20:48 +08:00
parent 4d6f143146
commit 62cdcbc7e3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
// maximum allowed processed block batches. One block may include several submit blocks
#define MAX_STREAM_EXEC_BATCH_NUM 32
#define STREAM_RESULT_DUMP_THRESHOLD 100
#define STREAM_RESULT_DUMP_THRESHOLD 300
#define STREAM_RESULT_DUMP_SIZE_THRESHOLD (1048576 * 1)
static int32_t streamDoTransferStateToStreamTask(SStreamTask* pTask);