OTP 19 requires defaults in dialyzer
This commit is contained in:
parent
d866d7b5dc
commit
f55cbbeac3
6 changed files with 10 additions and 10 deletions
|
@ -136,8 +136,8 @@
|
|||
clerk :: pid() | undefined,
|
||||
compaction_pending = false :: boolean(),
|
||||
is_snapshot = false :: boolean(),
|
||||
compression_method :: lz4|native,
|
||||
compress_on_receipt :: boolean(),
|
||||
compression_method = native :: lz4|native,
|
||||
compress_on_receipt = false :: boolean(),
|
||||
source_inker :: pid() | undefined}).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue