ソースを参照

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:


読み込み中…
キャンセル
保存