You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,14 @@ Default: false
186
186
187
187
Description: This option only applies if the system-installed MySQL version is lower than the oldest supported MySQL version for this package (8.0.20) and the `version` option is not defined. If set to `true`, this package will use the latest version of MySQL instead of the system-installed version. If `false`, the package will throw an error.
188
188
189
+
-`downloadRetries: number`
190
+
191
+
Required: No
192
+
193
+
Default: 3
194
+
195
+
Description: The number of times to try to download a MySQL binary before giving up and rejecting the `createDB()` promise.
0 commit comments