Skip to content

Commit

Permalink
feat(js-dash-sdk): revert max headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Aug 14, 2023
1 parent a2a1cba commit 3a7a0b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const EVENTS = require('../../../EVENTS');
const PROGRESS_UPDATE_INTERVAL = 1000;

const MIN_HEADERS_TO_KEEP = 2;
const MAX_HEADERS_TO_KEEP = 500;
const MAX_HEADERS_TO_KEEP = 5000;

const STATES = {
IDLE: 'STATE_IDLE',
Expand Down

0 comments on commit 3a7a0b0

Please sign in to comment.