summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/action/admin/account
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-05-01 13:55:00 +0200
committerLibravatar GitHub <noreply@github.com>2024-05-01 12:55:00 +0100
commit1edcb06afe05b16ba49b67be2f449af9061a184c (patch)
treea8dc373176894cd2c5df76dac2e94637355c09b9 /cmd/gotosocial/action/admin/account
parent[bugfix] function queue memory pools limitlessly grow (#2882) (diff)
downloadgotosocial-1edcb06afe05b16ba49b67be2f449af9061a184c.tar.xz
[bugfix] Tidy up remaining references to workers in cmd (#2889)
Diffstat (limited to 'cmd/gotosocial/action/admin/account')
-rw-r--r--cmd/gotosocial/action/admin/account/account.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/gotosocial/action/admin/account/account.go b/cmd/gotosocial/action/admin/account/account.go
index 0693dd04e..57d0d3805 100644
--- a/cmd/gotosocial/action/admin/account/account.go
+++ b/cmd/gotosocial/action/admin/account/account.go
@@ -52,7 +52,6 @@ func initState(ctx context.Context) (*state.State, error) {
func stopState(state *state.State) error {
err := state.DB.Close()
- state.Workers.Stop()
state.Caches.Stop()
return err
}