contrib/linearize: split output files based on new-timestamp-year or max-file-size

This commit is contained in:
Jeff Garzik
2014-08-23 22:59:16 -04:00
parent 476eb7eb53
commit b4a72a75b4
3 changed files with 39 additions and 9 deletions

View File

@@ -26,4 +26,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
reaching a maximum file size.