forked from potsda.mn/mobilizon
fix(feeds): increase feed item limit from 500 to 5000
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3c75856149
commit
ff0440c634
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue