refactor(stream): update the long trans threshold.

This commit is contained in:
Haojun Liao 2025-02-20 17:27:41 +08:00
parent 0a672f1b96
commit 6d5984421f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include "mndStream.h"
#include "mndTrans.h"
#define MAX_CHKPT_EXEC_ELAPSED (60*1000) // 60s
#define MAX_CHKPT_EXEC_ELAPSED (600*1000) // 600s
typedef struct SKeyInfo {
void *pKey;