Skip to content

Commit

Permalink
auctionDelay is optional (#5509)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jul 18, 2024
1 parent 4b4a495 commit 673b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/publisher-api-reference/setConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ than others.
pbjs.setConfig({
// ...,
realTimeData: {
auctionDelay: 100, // REQUIRED: applies to all RTD modules
auctionDelay: 100, // OPTIONAL: applies to all RTD modules.
dataProviders: [{
name: "RTD-MODULE-1",
waitForIt: true, // OPTIONAL: flag this module as important
Expand Down

0 comments on commit 673b93e

Please sign in to comment.