Skip to content

Commit b63b0dc

Browse files
Merge branch 'griddb:master' into main
2 parents fc70672 + c240929 commit b63b0dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/transaction_service_base.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11758,10 +11758,10 @@ void TransactionService::initialize(const ManagerSet& mgrSet) {
1175811758
ee_->addPeriodicTimer(adjustStoreMemoryPeriodicEvent,
1175911759
ADJUST_STORE_MEMORY_CHECK_INTERVAL * 1000);
1176011760

11761-
int32_t interval = CommonUtility::changeTimeSecondToMilliSecond(
11762-
mgrSet.config_->get<int32_t>(CONFIG_TABLE_SYNC_KEEP_LOG_CHECK_INTERVAL));
11763-
Event keepLogCheckEvent(eeSource_, TXN_KEEP_LOG_CHECK_PERIODICALLY, beginPId);
11764-
ee_->addPeriodicTimer(keepLogCheckEvent, interval);
11761+
// int32_t interval = CommonUtility::changeTimeSecondToMilliSecond(
11762+
// mgrSet.config_->get<int32_t>(CONFIG_TABLE_SYNC_KEEP_LOG_CHECK_INTERVAL));
11763+
// Event keepLogCheckEvent(eeSource_, TXN_KEEP_LOG_CHECK_PERIODICALLY, beginPId);
11764+
// ee_->addPeriodicTimer(keepLogCheckEvent, interval);
1176511765
}
1176611766

1176711767
ee_->setHandler(EXECUTE_JOB, executeHandler_);

0 commit comments

Comments
 (0)