mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
Add opts field in config for thresholds
This commit is contained in:
committed by
Dan Christian Bogos
parent
afeedae898
commit
11aecbd22f
@@ -1882,6 +1882,9 @@ const (
|
||||
// StatSCfg
|
||||
StoreUncompressedLimitCfg = "store_uncompressed_limit"
|
||||
|
||||
//ThresholdSCfg
|
||||
MetaThresholdIDsCfg = "*thresholdIDs"
|
||||
|
||||
// Cache
|
||||
PartitionsCfg = "partitions"
|
||||
PrecacheCfg = "precache"
|
||||
@@ -2167,6 +2170,9 @@ const (
|
||||
OptsRatesStartTime = "*ratesStartTime"
|
||||
OptsRatesUsage = "*ratesUsage"
|
||||
OptsRatesIntervalStart = "*ratesIntervalStart"
|
||||
|
||||
OptsThresholdsThresholdIDs = "*thresholdIDs"
|
||||
|
||||
// STIR
|
||||
OptsStirATest = "*stirATest"
|
||||
OptsStirPayloadMaxDuration = "*stirPayloadMaxDuration"
|
||||
|
||||
Reference in New Issue
Block a user