Skip to content

Commit

Permalink
Filesystem-based persistent work list
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcloutier committed Jan 25, 2022
1 parent a917680 commit 93bada3
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lib/jackalope.ex
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ defmodule Jackalope do
[
handler: jackalope_handler,
max_work_list_size: max_work_list_size,
work_list_mod: work_list_mod
work_list_mod: work_list_mod,
data_dir: Keyword.get(opts, :data_dir)
]},
{Jackalope.Supervisor,
[
Expand Down
Loading

0 comments on commit 93bada3

Please sign in to comment.