mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Bug 1924458 - increase fetch keepalive request limit quota. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D225480
This commit is contained in:
parent
1e90e8f6b3
commit
3903512a9e
@ -2728,13 +2728,13 @@
|
||||
# The maximum number of pending fetch keepalive requests per browser instance
|
||||
- name: dom.fetchKeepalive.total_request_limit
|
||||
type: RelaxedAtomicUint32
|
||||
value: 100
|
||||
value: 500
|
||||
mirror: always
|
||||
|
||||
# The maximum number of pending fetch keepalive requests per origin
|
||||
- name: dom.fetchKeepalive.request_limit_per_origin
|
||||
type: RelaxedAtomicUint32
|
||||
value: 30
|
||||
value: 250
|
||||
mirror: always
|
||||
|
||||
- name: dom.fetchObserver.enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user