Skip to content

Commit

Permalink
core: Move filezcache data dir outside dep dir (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Feb 28, 2017
1 parent c816e3a commit 6919156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions priv/erlang.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@

]},

{filezcache, [
{data_dir, "priv/filezcache/data"},
{journal_dir, "priv/filezcache/journal"}
]},

{setup,
[
{data_dir, "priv/data"},
Expand Down

0 comments on commit 6919156

Please sign in to comment.