Revert to correct wal_downloader.go

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-06-03 16:01:59 -05:00
committed by Ben Johnson
parent 2acdab02c8
commit 80cd049ae7

View File

@@ -15,7 +15,7 @@ import (
// WALDownloader represents a parallel downloader of WAL files from a replica client. // WALDownloader represents a parallel downloader of WAL files from a replica client.
// //
// It works on a per-index level so WAL files are always downloaded in their // It works on a per-index level so WAL files are always downloaded in their
// entiretry and are not segmented. WAL files are downloaded from minIndex to // entirety and are not segmented. WAL files are downloaded from minIndex to
// maxIndex, inclusively, and are written to a path prefix. WAL files are named // maxIndex, inclusively, and are written to a path prefix. WAL files are named
// with the prefix and suffixed with the WAL index. It is the responsibility of // with the prefix and suffixed with the WAL index. It is the responsibility of
// the caller to clean up these WAL files. // the caller to clean up these WAL files.