diff options
| author | 2024-05-01 13:55:00 +0200 | |
|---|---|---|
| committer | 2024-05-01 12:55:00 +0100 | |
| commit | 1edcb06afe05b16ba49b67be2f449af9061a184c (patch) | |
| tree | a8dc373176894cd2c5df76dac2e94637355c09b9 /cmd/gotosocial/action/admin/account | |
| parent | [bugfix] function queue memory pools limitlessly grow (#2882) (diff) | |
| download | gotosocial-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.go | 1 |
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 } |
