Skip to content

Commit 911ced5

Browse files
committed
enable safepoint straggler bt printing unconditionally
1 parent a85728e commit 911ced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jloptions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ JL_DLLEXPORT void jl_init_options(void)
9494
0, // trace_compile_timing
9595
NULL, // safe_crash_log_file
9696
0, // task_metrics
97-
-1, // timeout_for_safepoint_straggler_s
97+
60, // timeout_for_safepoint_straggler_s
9898
};
9999
jl_options_initialized = 1;
100100
}

0 commit comments

Comments
 (0)