mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Add Filter in Cache ( + add them in config/config_defaults.go for tests)
This commit is contained in:
committed by
Dan Christian Bogos
parent
ff92d3f5a4
commit
97dbad4769
@@ -63,6 +63,7 @@ var (
|
||||
CacheStatQueues: StatQueuePrefix,
|
||||
CacheThresholdProfiles: ThresholdProfilePrefix,
|
||||
CacheThresholds: ThresholdPrefix,
|
||||
CacheFilters: FilterPrefix,
|
||||
}
|
||||
CachePrefixToInstance map[string]string // will be built on init
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user