#62 fix one bug, create another

This commit is contained in:
glax 2023-10-04 15:44:06 +02:00
parent 129c95f123
commit 4f3bcd245d

View File

@ -49,7 +49,7 @@ internal class ChromiumDownloadClient : DownloadClient
"--disable-dev-shm-usage",
"--disable-setuid-sandbox",
"--no-sandbox"},
Timeout = 10
Timeout = 10000
});
}