Skip to content

Commit

Permalink
Core: Remove default value for unused timeoutBuffer config (#11960)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored Jul 11, 2024
1 parent ff15574 commit 9b8b6e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ const DEFAULT_DEVICE_ACCESS = true;
const DEFAULT_MAX_NESTED_IFRAMES = 10;
const DEFAULT_MAXBID_VALUE = 5000

const DEFAULT_TIMEOUTBUFFER = 400;

const DEFAULT_IFRAMES_CONFIG = {};

export const RANDOM = 'random';
Expand Down Expand Up @@ -157,8 +155,6 @@ export function newConfig() {
*/
deviceAccess: DEFAULT_DEVICE_ACCESS,

// timeout buffer to adjust for bidder CDN latency
timeoutBuffer: DEFAULT_TIMEOUTBUFFER,
disableAjaxTimeout: DEFAULT_DISABLE_AJAX_TIMEOUT,

// default max nested iframes for referer detection
Expand Down

0 comments on commit 9b8b6e3

Please sign in to comment.