Skip to content

Commit

Permalink
use minutes instead of seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
josi19 committed Apr 23, 2024
1 parent 0d989b3 commit 897b3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type mySQLCmd struct {
TransactionIsolation storage.MySQLTransactionCharacteristic `placeholder:"${mysql_transaction_isolation}" help:"Configures the transaction_isolation variable."`
KeepDailyBackups *int `placeholder:"${mysql_backup_retention_days}" help:"Number of daily database backups to keep. Note that setting this to 0, backup will be disabled and existing dumps deleted immediately."`
Wait bool `default:"true" help:"Wait until MySQL instance is created."`
WaitTimeout time.Duration `default:"1500s" help:"Duration to wait for MySQL getting ready. Only relevant if --wait is set."`
WaitTimeout time.Duration `default:"25m" help:"Duration to wait for MySQL getting ready. Only relevant if --wait is set."`
}

func (cmd *mySQLCmd) Run(ctx context.Context, client *api.Client) error {
Expand Down

0 comments on commit 897b3af

Please sign in to comment.