mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-11 09:02:48 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue