File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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_);
You can’t perform that action at this time.
0 commit comments