adjust high priority call stack timeout threshold

This commit is contained in:
Ryan Fleury
2025-05-17 08:41:51 -07:00
parent a379134ed8
commit 7a44cbbd0d
6 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -6907,7 +6907,7 @@ ASYNC_WORK_DEF(ctrl_call_stack_build_work)
{
pre_reg_gen = ctrl_reg_gen();
pre_mem_gen = ctrl_mem_gen();
unwind = ctrl_unwind_from_thread(arena, entity_ctx, thread_handle, os_now_microseconds()+1000);
unwind = ctrl_unwind_from_thread(arena, entity_ctx, thread_handle, os_now_microseconds()+5000);
call_stack = ctrl_call_stack_from_unwind(arena, process, &unwind);
post_reg_gen = ctrl_reg_gen();
post_mem_gen = ctrl_mem_gen();
+1 -1
View File
@@ -617,7 +617,7 @@ struct CTRL_CallStackCacheNode
U64 reg_gen;
U64 mem_gen;
// rjf: refcounts
// rjf: counters
U64 scope_touch_count;
U64 working_count;