Revert type definition
Can’t find a type definition support din both OTP 16 and OTP 18, so reverting to not defining type
This commit is contained in:
parent
ec32a7e3eb
commit
fe080895fd
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@
|
|||
levelzero_pending = false :: boolean(),
|
||||
levelzero_constructor :: pid(),
|
||||
levelzero_cache = [] :: list(), % a list of skiplists
|
||||
levelzero_index :: array(),
|
||||
levelzero_index,
|
||||
% is an array - but cannot specif due to OTP compatability
|
||||
levelzero_size = 0 :: integer(),
|
||||
levelzero_maxcachesize :: integer(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue