Skip to content

Commit

Permalink
Removed unused type
Browse files Browse the repository at this point in the history
Signed-off-by: Fraser Benjamin <[email protected]>
  • Loading branch information
fraserbenjamin committed Apr 6, 2024
1 parent 9ecf875 commit b9554a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ export interface ConsumerOptions {
*/
waitTimeSeconds?: number;
/**
* The duration (in milliseconds) to wait before retrying after an authentication error.
* @defaultvalue `10000`
*/
authenticationErrorTimeout?: number;
/**
* The duration (in milliseconds) to wait before retrying after a connection error.
* The duration (in milliseconds) to wait before retrying after a connection or authentication error.
* @defaultvalue `10000`
*/
connectionErrorTimeout?: number;
Expand Down

0 comments on commit b9554a7

Please sign in to comment.