fix(store/bbolt): remove actorify (#1215)
Closes #1206 This can cause Anubis to have other issues, but at the very least these issues are at the Anubis level, not the level of your target service so it's less bad.
This commit is contained in:
parent
a4efcef1c9
commit
b384ad03cb
2 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ func (Factory) Build(ctx context.Context, data json.RawMessage) (store.Interface
|
|||
|
||||
go result.cleanupThread(ctx)
|
||||
|
||||
return store.NewActorifiedStore(result), nil
|
||||
return result, nil
|
||||
}
|
||||
|
||||
// Valid parses and validates the bbolt store Config or returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue