Config: Reduce default preloaders to configuration endpoints.

Fetching the timeline is a bit heavy to do by default.
This commit is contained in:
lain 2020-06-27 12:18:37 +02:00
parent dc31fbfe6c
commit 0313520cd2
1 changed files with 0 additions and 2 deletions

View File

@ -437,8 +437,6 @@ config :pleroma, Pleroma.Web.Metadata,
config :pleroma, Pleroma.Web.Preload,
providers: [
Pleroma.Web.Preload.Providers.Instance,
Pleroma.Web.Preload.Providers.User,
Pleroma.Web.Preload.Providers.Timelines,
Pleroma.Web.Preload.Providers.StatusNet
]