refactor(stream): update the long trans threshold.
This commit is contained in:
parent
0a672f1b96
commit
6d5984421f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue