mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Storage: refactor filtering, improve performance (#47403)
* Storage: refactor filtering, improve performance * added a comment to `newpathfilter` * after merge fixes
This commit is contained in:
@@ -57,7 +57,7 @@ func newDiskStorage(prefix string, name string, cfg *StorageLocalDiskConfig) *ro
|
||||
} else {
|
||||
s.store = filestorage.NewCdkBlobStorage(grafanaStorageLogger,
|
||||
bucket, "",
|
||||
filestorage.NewPathFilters(cfg.Roots, nil, nil, nil))
|
||||
filestorage.NewPathFilter(cfg.Roots, nil, nil, nil))
|
||||
|
||||
meta.Ready = true // exists!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user