提交 7865bbbc 编写于 作者: S shenglian zhou

<fix>:remove clamp timestamp since 36500days makes it unnecessary

上级 074303fb
......@@ -648,9 +648,6 @@ static int tsdbScanAndConvertSubmitMsg(STsdbRepo *pRepo, SSubmitMsg *pMsg) {
TSKEY minKey = now - tsTickPerDay[pRepo->config.precision] * pRepo->config.keep;
TSKEY maxKey = now + tsTickPerDay[pRepo->config.precision] * pRepo->config.daysPerFile;
if (minKey >= now) minKey = MIN_TS_KEY;
if (maxKey <= now) maxKey = MAX_TS_KEY;
terrno = TSDB_CODE_SUCCESS;
pMsg->length = htonl(pMsg->length);
pMsg->numOfBlocks = htonl(pMsg->numOfBlocks);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册