fix(feeds): increase feed item limit from 500 to 5000
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -21,7 +21,7 @@ defmodule Mobilizon.Service.Export.Feed do
|
|||||||
|
|
||||||
@behaviour Cachable
|
@behaviour Cachable
|
||||||
|
|
||||||
@item_limit 500
|
@item_limit 5000
|
||||||
|
|
||||||
@spec version :: String.t()
|
@spec version :: String.t()
|
||||||
defp version, do: Config.instance_version()
|
defp version, do: Config.instance_version()
|
||||||
|
|||||||
Reference in New Issue
Block a user