[CP] revert lock wait mgr check_timeout from 500ms to 10ms
This commit is contained in:
parent
080d9f785a
commit
a97e83b996
@ -204,7 +204,7 @@ void ObLockWaitMgr::run1()
|
||||
row_holder_mapper_.clear();
|
||||
}
|
||||
}
|
||||
ob_usleep(500000);
|
||||
ob_usleep(10000);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user