refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2023-05-31 19:36:34 +08:00
parent 87deb36f8a
commit ccc86f9916
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
// maximum allowed processed block batches. One block may include several submit blocks
#define MAX_STREAM_EXEC_BATCH_NUM 32
#define MIN_STREAM_EXEC_BATCH_NUM 8
#define MAX_STREAM_RESULT_DUMP_THRESHOLD 1000
#define MAX_STREAM_RESULT_DUMP_THRESHOLD 100
static int32_t updateCheckPointInfo (SStreamTask* pTask);