Skip to content

Commit

Permalink
update SDK timeout description (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Feb 24, 2021
1 parent 1254ed7 commit d3723a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ bidders will actually timeout at 960ms.

### Prebid SDK Timeouts

Apps using the Prebid SDK can set the Prebid Server `tmax` value with the `setTimeoutMillis()` function.
The SDK `setTimeoutMillis()` function is a "failsafe" timeout on the app side.

This value will override the default that's set in the top level stored request.
The Prebid Server timeout value comes from `tmax` in the top level stored request.

There is no "Timeout Buffer" in the SDK scenario, but Prebid Server will shave
off the Timeout Adjustment.
Expand Down

0 comments on commit d3723a1

Please sign in to comment.