mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Increase concurrent lookups to 15 when generating HSTS preload list
This commit is contained in:
parent
4752033ff0
commit
e8d7388622
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const SOURCE = "https://chromium.googlesource.com/chromium/src/net/+/master/http
|
|||
const OUTPUT = "nsSTSPreloadList.inc";
|
||||
const ERROR_OUTPUT = "nsSTSPreloadList.errors";
|
||||
const MINIMUM_REQUIRED_MAX_AGE = 60 * 60 * 24 * 7 * 18;
|
||||
const MAX_CONCURRENT_REQUESTS = 5;
|
||||
const MAX_CONCURRENT_REQUESTS = 15;
|
||||
const MAX_RETRIES = 3;
|
||||
const REQUEST_TIMEOUT = 30 * 1000;
|
||||
const ERROR_NONE = "no error";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue