mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Add space and tree close logic and fix some related tests
This commit is contained in:
parent
a3f2fb5eae
commit
9692ebe887
37 changed files with 540 additions and 414 deletions
|
@ -51,7 +51,6 @@ func (s *service) Init(a *app.App) (err error) {
|
|||
|
||||
cacheOpts := []ocache2.Option{
|
||||
ocache2.WithTTL(cacheTTL),
|
||||
ocache2.WithRefCounter(false),
|
||||
ocache2.WithLogger(log.Named("cache").Sugar()),
|
||||
}
|
||||
if ms := a.Component(metric.CName); ms != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue