Skip to content

Commit 3b1702c

Browse files
pm-azhar-mullapm-azhar-mulla
pm-azhar-mulla
authored and
pm-azhar-mulla
committed
Marked ignoreBidderCacheKey as true
1 parent acb31e7 commit 3b1702c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src_new/adapters/prebid.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,8 @@ function setPrebidConfig(){
965965
var prebidConfig = {
966966
debug: util.isDebugLogEnabled(),
967967
cache: {
968-
url: CONSTANTS.CONFIG.CACHE_URL + CONSTANTS.CONFIG.CACHE_PATH
968+
url: CONSTANTS.CONFIG.CACHE_URL + CONSTANTS.CONFIG.CACHE_PATH,
969+
ignoreBidderCacheKey: true
969970
},
970971
bidderSequence: "random",
971972
disableAjaxTimeout: CONFIG.getDisableAjaxTimeout(),

0 commit comments

Comments
 (0)