Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix mysql2 invalid configuration option poolWaitTimeout (#8)
Unpicked `options` will become `mysqlOptions` and pass to mysql2, mean while mysql2 will console.error a message, causing egg fail to start. ![image](https://github.com/user-attachments/assets/19bb92fa-1c98-4e7b-8195-5cf7ff303e1d) ![image](https://github.com/user-attachments/assets/88108c2b-ef9e-4c34-b74b-93cb609101b3) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced configurability of the RDSClient by adding a `poolWaitTimeout` option for improved connection management. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information