diff --git a/src/types.ts b/src/types.ts index 0ea8acd..c178b1c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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;