Skip to content

Commit 1197cb5

Browse files
committed
chore(conf): remove crash-on-hang-threads
1 parent 1515dd0 commit 1197cb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

headless_browser_lib/src/conf.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::sync::atomic::{AtomicBool, AtomicU64};
22

33
/// The performance arg count.
4-
pub(crate) const PERF_ARGS: usize = 99;
4+
pub(crate) const PERF_ARGS: usize = 97;
55

66
#[cfg(any(test, feature = "testing"))]
77
lazy_static::lazy_static! {
@@ -228,8 +228,6 @@ lazy_static::lazy_static! {
228228
"--no-pre-read-main-dll",
229229
"--disable-stack-profiler",
230230
"--disable-libassistant-logfile",
231-
"--crash-on-hang-threads",
232-
"--restore-last-session",
233231
"--ip-protection-proxy-opt-out",
234232
"--unsafely-disable-devtools-self-xss-warning",
235233
"--enable-features=PdfOopif,SharedArrayBuffer,NetworkService,NetworkServiceInProcess",

0 commit comments

Comments
 (0)