diff options
| author | Jeff Garzik <[email protected]> | 2014-08-24 11:37:14 -0400 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-04 15:13:37 +0200 |
| commit | 399cdbc70013d54569f17b4e47e4438b8921b46b (patch) | |
| tree | ffbf0c9aed6da380b1f800dc928a7e26da457e67 /contrib/linearize/README.md | |
| parent | contrib/linearize: split block files based on year-month, not just year (diff) | |
| download | discoin-399cdbc70013d54569f17b4e47e4438b8921b46b.tar.xz discoin-399cdbc70013d54569f17b4e47e4438b8921b46b.zip | |
contrib/linearize: Add feature to set file's timestamp based on block header time.
Diffstat (limited to 'contrib/linearize/README.md')
| -rw-r--r-- | contrib/linearize/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md index b5c6e7824..157586e4d 100644 --- a/contrib/linearize/README.md +++ b/contrib/linearize/README.md @@ -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. |