We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9519a66 commit 2df94f9Copy full SHA for 2df94f9
go/logic/migrator.go
@@ -580,7 +580,7 @@ func (this *Migrator) printStatus() {
580
}
581
582
// Before status, let's see if we should print a nice reminder for what exactly we're doing here.
583
- shouldPrintCourtesyReminder := (elapsedSeconds%120 == 0)
+ shouldPrintCourtesyReminder := (elapsedSeconds%600 == 0)
584
if shouldPrintCourtesyReminder {
585
courtesyReminder := fmt.Sprintf("# Migrating %s.%s; Ghost table is %s.%s; migration started at %+v",
586
sql.EscapeName(this.migrationContext.DatabaseName),
0 commit comments