Skip to content

Commit

Permalink
Add buffer count
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 20, 2024
1 parent db9f8b2 commit 540e97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_data/combine_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def fill_buffer(
buffer_size = buffer_mem_size(buffer)
log.info(f"Buffer size: {buffer_size / 1024 / 1024:.1f} MB")
if buffer_at_capacity(buffer_size):
log.info("Buffer filled")
log.info(f"Buffer filled with {len(buffer)} entries")
break

repo = repositories.popleft()
Expand Down

0 comments on commit 540e97b

Please sign in to comment.