fix(feeds): increase feed item limit from 500 to 5000

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-12-20 09:26:58 +01:00
parent 3c75856149
commit ff0440c634
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -21,7 +21,7 @@ defmodule Mobilizon.Service.Export.Feed do
@behaviour Cachable
@item_limit 500
@item_limit 5000
@spec version :: String.t()
defp version, do: Config.instance_version()