Skip to content

Commit

Permalink
create folsom ets tables on start up
Browse files Browse the repository at this point in the history
  • Loading branch information
joewilliams committed Nov 1, 2011
1 parent 17ad4b0 commit be3f991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/folsom_webmachine_sup.erl
Expand Up @@ -75,6 +75,9 @@ init([]) ->
{dispatch, ?DISPATCH}
],

% create folsom ets tables
folsom:start(),

Web = {webmachine_mochiweb,
{webmachine_mochiweb, start, [WebConfig]},
permanent,
Expand Down

0 comments on commit be3f991

Please sign in to comment.