contrib/linearize: Add feature to set file's timestamp based on block header time.

This commit is contained in:
Jeff Garzik
2014-08-24 11:37:14 -04:00
committed by Wladimir J. van der Laan
parent 8f5a423344
commit 399cdbc700
2 changed files with 37 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ output.
Optional config file setting for linearize-data:
* "netmagic": network magic number
* "max_out_sz": maximum output file size (default 1000*1000*1000)
* "split_year": Split files when a new year is first seen, in addition to
* "split_timestamp": Split files when a new month is first seen, in addition to
reaching a maximum file size.
* "file_timestamp": Set each file's last-modified time to that of the
most recent block in that file.