Merge branch 'captcha' into 'develop'
[akkoma] / lib / pleroma / application.ex
index 4542ed6230cf02ca869212e9c89f2e9d5f5139fc..cb3e6b69b0c43f3e16ce5bf8ae60635cca21740a 100644 (file)
@@ -29,6 +29,16 @@ defmodule Pleroma.Application do
         supervisor(Pleroma.Repo, []),
         worker(Pleroma.Emoji, []),
         worker(Pleroma.Captcha, []),
+        worker(
+          Cachex,
+          [
+            :used_captcha_cache,
+            [
+              ttl_interval: :timer.seconds(Pleroma.Config.get!([Pleroma.Captcha, :seconds_valid]))
+            ]
+          ],
+          id: :cachex_used_captcha_cache
+        ),
         worker(
           Cachex,
           [