1
0

Disable Chrome Crash Reporting

This commit is contained in:
2025-12-04 14:00:41 -05:00
parent be7a047318
commit 848df0966f

View File

@@ -101,6 +101,7 @@ async function streamHandler(req, res, { useMusic = false, musicPath, lateGeocod
'--no-first-run',
'--mute-audio',
'--disable-breakpad',
'--disable-crash-reporter', // Prevent chrome_crashpad_handler errors
'--disable-component-update',
// Resource limits (safe optimizations)
'--disable-renderer-backgrounding',