forgot to remove this thing
This commit is contained in:
parent
293f6a8b71
commit
82cf9b9751
|
@ -84,17 +84,6 @@ def start(_type, _args) do
|
||||||
],
|
],
|
||||||
id: :cachex_scrubber
|
id: :cachex_scrubber
|
||||||
),
|
),
|
||||||
worker(
|
|
||||||
Cachex,
|
|
||||||
[
|
|
||||||
:metadata_cache,
|
|
||||||
[
|
|
||||||
limit: 2500,
|
|
||||||
default_ttl: :timer.minutes(15)
|
|
||||||
]
|
|
||||||
],
|
|
||||||
id: :cachex_metadata
|
|
||||||
),
|
|
||||||
worker(
|
worker(
|
||||||
Cachex,
|
Cachex,
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue