mirror of
https://github.com/kopia/kopia.git
synced 2026-03-30 12:03:39 -04:00
trivial: move CachingOptions out of content.Manager, where it's not needed (#775)
* trivial: move CachingOptions out of content.Manager, where it's not needed * trivial: removed newManagerWithOptions which was the same as NewManager also moved one-time initialization to newReadManager()
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
)
|
||||
|
||||
func runCacheSetCommand(ctx context.Context, rep *repo.DirectRepository) error {
|
||||
opts := rep.Content.CachingOptions.CloneOrDefault()
|
||||
opts := rep.Cache.CloneOrDefault()
|
||||
|
||||
changed := 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user