Skip to content

Commit

Permalink
OTT-1824-P1: enabling fastxml for vcr (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-viral-vala authored Sep 4, 2024
1 parent edfbc45 commit fbd2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func NewExchange(adapters map[openrtb_ext.BidderName]AdaptedBidder, cache prebid
bidIDGenerator: &bidIDGenerator{cfg.GenerateBidID},
hostSChainNode: cfg.HostSChainNode,
adsCertSigner: adsCertSigner,
server: config.Server{ExternalUrl: cfg.ExternalURL, GvlID: cfg.GDPR.HostVendorID, DataCenter: cfg.DataCenter},
server: config.Server{ExternalUrl: cfg.ExternalURL, GvlID: cfg.GDPR.HostVendorID, DataCenter: cfg.DataCenter, EnableFastXML: cfg.EnableFastXML},
bidValidationEnforcement: cfg.Validations,
requestSplitter: requestSplitter,
macroReplacer: macroReplacer,
Expand Down

0 comments on commit fbd2a2c

Please sign in to comment.