mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
devtools: enlarge RESPONSE_BODY_LIMIT to 10MB
This commit is contained in:
parent
cf4e046f90
commit
e64d2cd1ec
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ const HTTP_FOUND = 302;
|
|||
const HTTP_SEE_OTHER = 303;
|
||||
const HTTP_TEMPORARY_REDIRECT = 307;
|
||||
|
||||
// The maximum number of bytes a NetworkResponseListener can hold: 1 MB
|
||||
const RESPONSE_BODY_LIMIT = 1048576;
|
||||
// The maximum number of bytes a NetworkResponseListener can hold: 10 MB
|
||||
const RESPONSE_BODY_LIMIT = 10485760;
|
||||
// Exported for testing.
|
||||
exports.RESPONSE_BODY_LIMIT = RESPONSE_BODY_LIMIT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue