Correctly set array type
Otherwise cannot compile in both OTP 16 and 17
This commit is contained in:
parent
51dbad95c0
commit
638fc69e01
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
||||||
levelzero_pending = false :: boolean(),
|
levelzero_pending = false :: boolean(),
|
||||||
levelzero_constructor :: pid(),
|
levelzero_constructor :: pid(),
|
||||||
levelzero_cache = [] :: list(), % a list of gb_trees
|
levelzero_cache = [] :: list(), % a list of gb_trees
|
||||||
levelzero_index :: erlang:array(),
|
levelzero_index :: array:array(),
|
||||||
levelzero_size = 0 :: integer(),
|
levelzero_size = 0 :: integer(),
|
||||||
levelzero_maxcachesize :: integer(),
|
levelzero_maxcachesize :: integer(),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue