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,
|
end,
|
||||||
case AppStart of
|
case AppStart of
|
||||||
ok ->
|
ok ->
|
||||||
{ok, Connection} = establish_connection(Config),
|
|
||||||
Type = wterl:config_value(type, Config, "lsm"),
|
Type = wterl:config_value(type, Config, "lsm"),
|
||||||
|
{ok, Connection} = establish_connection(Config, Type),
|
||||||
Table = Type ++ ":wt" ++ integer_to_list(Partition),
|
Table = Type ++ ":wt" ++ integer_to_list(Partition),
|
||||||
TableOpts =
|
TableOpts =
|
||||||
case Type of
|
case Type of
|
||||||
|
|
Loading…
Reference in a new issue