[CP] revert lock wait mgr check_timeout from 500ms to 10ms

This commit is contained in:
felix-w15 2024-03-29 06:45:46 +00:00 committed by ob-robot
parent 080d9f785a
commit a97e83b996

View File

@ -204,7 +204,7 @@ void ObLockWaitMgr::run1()
row_holder_mapper_.clear();
}
}
ob_usleep(500000);
ob_usleep(10000);
}
}