Merge branch 'enh/killtrans' into fix/checkpoint

This commit is contained in:
Haojun Liao 2025-02-20 17:28:13 +08:00
commit 22c05fde79
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;