delete mark

This commit is contained in:
liuyao 2023-04-14 09:47:56 +08:00
parent cb0b4ffbd3
commit 4906855a8b
1 changed files with 1 additions and 2 deletions

View File

@ -25,9 +25,8 @@
#include "ttime.h"
#define IS_FINAL_OP(op) ((op)->isFinal)
// #define DEAULT_DELETE_MARK (1000LL * 60LL * 60LL * 24LL * 365LL * 10LL);
#define DEAULT_DELETE_MARK (1000LL * 60LL * 60LL * 24LL * 365LL * 10LL);
#define DEAULT_DELETE_MARK (1000LL * 60LL * 60LL);
typedef struct SSessionAggOperatorInfo {
SOptrBasicInfo binfo;