mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:18:52 +00:00
remove worker starting from the admin CLI commands (we don't need to handle side-effects)
This commit is contained in:
parent
43fe04e54f
commit
4a263f9e71
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ func initState(ctx context.Context) (*state.State, error) {
|
|||
var state state.State
|
||||
state.Caches.Init()
|
||||
state.Caches.Start()
|
||||
state.Workers.Start()
|
||||
|
||||
// Set the state DB connection
|
||||
dbConn, err := bundb.NewBunDBService(ctx, &state)
|
||||
|
|
Loading…
Reference in a new issue