Fix wal rollover

This commit is contained in:
Ben Johnson
2020-12-22 16:56:23 -07:00
parent 79d19e25e6
commit 311f47fe98
2 changed files with 120 additions and 64 deletions

View File

@@ -49,7 +49,7 @@ func main() {
}
// Notify user that initialization is done.
fmt.Printf("Initialized with %d databases; replication initialized.\n", len(m.DBs))
fmt.Printf("Initialized with %d databases.\n", len(m.DBs))
// Wait for signal to stop program.
<-ctx.Done()