From c18b7d7e68fe2d6ae2c065087953c830e014678c Mon Sep 17 00:00:00 2001 From: Bob <115008575+bobslavtriev@users.noreply.github.com> Date: Thu, 6 Jun 2024 03:22:22 -0300 Subject: [PATCH] Update index.ts --- src/Types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/index.ts b/src/Types/index.ts index f1aa59f..b8b1ee4 100644 --- a/src/Types/index.ts +++ b/src/Types/index.ts @@ -154,7 +154,7 @@ export type MySQLConfig = { /* MySql table name. (Default: auth) */ tableName?: string, /* Retry the query at each interval if it fails. (Default: 200ms) */ - retryRequestDelayMs: number, + retryRequestDelayMs?: number, /* Maximum attempts if the query fails. (Default: 10) */ maxtRetries?: number, /* Session name to identify the connection, allowing multisessions with mysql. */