1
0
Fork 0
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:
mcrakhman 2022-10-19 12:20:24 +02:00 committed by Mikhail Iudin
parent a3f2fb5eae
commit 9692ebe887
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
37 changed files with 540 additions and 414 deletions

View file

@ -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 {