소스 검색

Bump read size

master
JustAnotherArchivist 2 년 전
부모
커밋
06d60a798c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      warc-tiny

+ 1
- 1
warc-tiny 파일 보기

@@ -142,7 +142,7 @@ def iter_warc(f):
# Read WARC header
while b'\r\n\r\n' not in buf:
try:
buf = buf + fp.read(4096)
buf = buf + fp.read(16777216)
except EOFError:
break
if not buf:


불러오는 중...
취소
저장