mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Fixed the missing values on cache constants
This commit is contained in:
committed by
Dan Christian Bogos
parent
b6bcdae579
commit
69d696ee49
@@ -124,6 +124,7 @@ var (
|
||||
CacheRateProfiles: CacheRateProfilesFilterIndexes,
|
||||
CacheActionProfiles: CacheActionProfilesFilterIndexes,
|
||||
CacheFilters: CacheReverseFilterIndexes,
|
||||
CacheAccounts: CacheAccountsFilterIndexes,
|
||||
// CacheRates: CacheRateFilterIndexes,
|
||||
}
|
||||
|
||||
@@ -162,6 +163,7 @@ var (
|
||||
DispatcherHostIDs: DispatcherHostPrefix,
|
||||
RateProfileIDs: RateProfilePrefix,
|
||||
ActionProfileIDs: ActionProfilePrefix,
|
||||
AccountIDs: AccountPrefix,
|
||||
|
||||
AttributeFilterIndexIDs: AttributeFilterIndexes,
|
||||
ResourceFilterIndexIDs: ResourceFilterIndexes,
|
||||
@@ -193,6 +195,7 @@ var (
|
||||
DispatcherHostIDs: CacheDispatcherHosts,
|
||||
RateProfileIDs: CacheRateProfiles,
|
||||
ActionProfileIDs: CacheActionProfiles,
|
||||
AccountIDs: CacheAccounts,
|
||||
|
||||
AttributeFilterIndexIDs: CacheAttributeFilterIndexes,
|
||||
ResourceFilterIndexIDs: CacheResourceFilterIndexes,
|
||||
|
||||
Reference in New Issue
Block a user