Skip to content

Commit

Permalink
Revert to old name to be internally consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Jun 3, 2018
1 parent 1dc721e commit e40cef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected void updateMetadataAfterWrite(CrawlURI curi, WARCWriter writer,
super.updateMetadataAfterWrite(curi, writer, startPosition);

// Also store the (compressed) record length:
curi.addExtraInfo("warc_length",
curi.addExtraInfo("warcFileRecordLength",
(writer.getPosition() - startPosition));

}
Expand Down

0 comments on commit e40cef4

Please sign in to comment.