Testing for reporter

This commit is contained in:
thororen1234 2024-08-09 23:49:23 -04:00
parent 2849c36cdf
commit a576b736bb
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ const browser = await pup.launch({
headless: true,
executablePath: process.env.CHROMIUM_BIN,
args: [
'--shm-size=5gb' // Testing Value
'--shm-size=4gb'
]
});