Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored Jun 6, 2024
1 parent 70aa1a2 commit c18b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit c18b7d7

Please sign in to comment.