admin/instance: Make the overview page faster
This commit is contained in:
parent
419902c59b
commit
83a3c743e3
3 changed files with 2 additions and 15 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue