Improve test coverage
Make compress on receipt/compaction configurable
This commit is contained in:
parent
61b7be5039
commit
1d475235d1
7 changed files with 56 additions and 35 deletions
|
@ -49,6 +49,7 @@
|
|||
reload_strategy = [] :: list(),
|
||||
waste_retention_period :: integer() | undefined,
|
||||
compression_method :: lz4|native,
|
||||
compress_on_receipt :: boolean(),
|
||||
max_run_length}).
|
||||
|
||||
-record(penciller_options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue