Skip to content

Commit

Permalink
fix(typings): add missing requestTimeout option (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabati committed May 16, 2021
1 parent 7d6a71c commit c8dfbb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ interface EngineOptions {
* Are we only interested in transports that support binary?
*/
onlyBinaryUpgrades: boolean;

/**
* Timeout for xhr-polling requests in milliseconds (0) (only for polling transport)
*/
requestTimeout: number;

/**
* Transport options for Node.js client (headers etc)
Expand Down

0 comments on commit c8dfbb1

Please sign in to comment.