[td-225]fix compiler error.

This commit is contained in:
Haojun Liao 2020-09-24 11:14:35 +08:00
parent 02d1583725
commit 3a26dd3bfc
1 changed files with 1 additions and 1 deletions

View File

@ -1784,7 +1784,7 @@ void tscResetForNextRetrieve(SSqlRes* pRes) {
}
void registerSqlObj(SSqlObj* pSql) {
int64_t DEFAULT_LIFE_TIME = 2 * 600 * 1000; // 1200 sec
int32_t DEFAULT_LIFE_TIME = 2 * 600 * 1000; // 1200 sec
int32_t ref = T_REF_INC(pSql->pTscObj);
tscDebug("%p add to tscObj:%p, ref:%d", pSql, pSql->pTscObj, ref);