Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jan 19, 2024
1 parent c807206 commit da7a965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pmtiles/makesync.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ func DeserializesyncBlocks(num_blocks int, reader *bufio.Reader) []SyncBlock {
}

// measure the number of "missing blocks"
// can further delta encode the length
// what to do about extra blocks at the end
func Makesync(logger *log.Logger, cli_version string, file string, block_size_kb int, checksum string) error {
ctx := context.Background()
start := time.Now()
Expand Down

0 comments on commit da7a965

Please sign in to comment.