Missed a change.
This commit is contained in:
parent
5ba491adfa
commit
cc73310cb3
1 changed files with 1 additions and 1 deletions
|
@ -94,8 +94,8 @@ start(Partition, Config) ->
|
|||
end,
|
||||
case AppStart of
|
||||
ok ->
|
||||
{ok, Connection} = establish_connection(Config),
|
||||
Type = wterl:config_value(type, Config, "lsm"),
|
||||
{ok, Connection} = establish_connection(Config, Type),
|
||||
Table = Type ++ ":wt" ++ integer_to_list(Partition),
|
||||
TableOpts =
|
||||
case Type of
|
||||
|
|
Loading…
Reference in a new issue