mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-09 19:11:38 -07:00
retry call stack commits a bit more aggressively
This commit is contained in:
@@ -6938,7 +6938,7 @@ ASYNC_WORK_DEF(ctrl_call_stack_build_work)
|
||||
// rjf: found, not committed? -> wait & retry
|
||||
if(found && !committed)
|
||||
{
|
||||
os_condition_variable_wait_rw_w(stripe->cv, stripe->rw_mutex, os_now_microseconds()+10000);
|
||||
os_condition_variable_wait_rw_w(stripe->cv, stripe->rw_mutex, os_now_microseconds()+100);
|
||||
}
|
||||
}
|
||||
if(committed)
|
||||
|
||||
Reference in New Issue
Block a user