forked from AkkomaGang/akkoma
Config: Reduce default preloaders to configuration endpoints.
Fetching the timeline is a bit heavy to do by default.
This commit is contained in:
parent
dc31fbfe6c
commit
0313520cd2
1 changed files with 0 additions and 2 deletions
|
@ -437,8 +437,6 @@
|
|||
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
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue