Move diff from nspcc master and support branches #28
1 changed files with 0 additions and 2 deletions
|
@ -127,7 +127,6 @@ func initContainerService(c *cfg) {
|
||||||
cnrRdr.get = c.cfgObject.cnrSource
|
cnrRdr.get = c.cfgObject.cnrSource
|
||||||
|
|
||||||
cnrWrt.cacheEnabled = true
|
cnrWrt.cacheEnabled = true
|
||||||
cnrWrt.lists = cachedContainerLister
|
|
||||||
cnrWrt.eacls = cachedEACLStorage
|
cnrWrt.eacls = cachedEACLStorage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -658,7 +657,6 @@ type morphContainerWriter struct {
|
||||||
|
|
||||||
cacheEnabled bool
|
cacheEnabled bool
|
||||||
eacls ttlEACLStorage
|
eacls ttlEACLStorage
|
||||||
lists ttlContainerLister
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m morphContainerWriter) Put(cnr containerCore.Container) (*cid.ID, error) {
|
func (m morphContainerWriter) Put(cnr containerCore.Container) (*cid.ID, error) {
|
||||||
|
|
Loading…
Reference in a new issue