admin/instance: Make the overview page faster

This commit is contained in:
Tom Wiesing 2023-11-10 19:34:12 +01:00
parent 419902c59b
commit 83a3c743e3
No known key found for this signature in database
3 changed files with 2 additions and 15 deletions

View file

@ -56,7 +56,7 @@ func (admin *Admin) instance(ctx context.Context) http.Handler {
ic.Instance = instance.Instance
// get some more info about the wisski
ic.Info, err = instance.Info().Information(r.Context(), false)
ic.Info, err = instance.Info().Information(r.Context(), true)
if err != nil {
return ic, nil, err
}