We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85728e commit 911ced5Copy full SHA for 911ced5
src/jloptions.c
@@ -94,7 +94,7 @@ JL_DLLEXPORT void jl_init_options(void)
94
0, // trace_compile_timing
95
NULL, // safe_crash_log_file
96
0, // task_metrics
97
- -1, // timeout_for_safepoint_straggler_s
+ 60, // timeout_for_safepoint_straggler_s
98
};
99
jl_options_initialized = 1;
100
}
0 commit comments