mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Changed Weights from float64 to DynamicWeights for Resources and Chargers
This commit is contained in:
committed by
Dan Christian Bogos
parent
74700402f2
commit
fad736e5a6
@@ -1,3 +1,3 @@
|
||||
#Tenant,ID,FilterIDs,Weight,RunID,AttributeIDs
|
||||
cgrates.org,DEFAULT,,0,*default,*none
|
||||
cgrates.org,Raw,,0,*raw,*constant:*req.RequestType:*none
|
||||
#Tenant,ID,FilterIDs,Weights,RunID,AttributeIDs
|
||||
cgrates.org,DEFAULT,,;0,*default,*none
|
||||
cgrates.org,Raw,,;0,*raw,*constant:*req.RequestType:*none
|
||||
|
@@ -1,2 +1,2 @@
|
||||
#Tenant[0],Id[1],FilterIDs[2],Weight[3],TTL[4],Limit[5],AllocationMessage[6],Blocker[7],Stored[8],ThresholdIDs[9]
|
||||
cgrates.org,ResGroup1,FLTR_RES,10,-1,7,,false,true,*none
|
||||
#Tenant[0],Id[1],FilterIDs[2],Weights[3],TTL[4],Limit[5],AllocationMessage[6],Blocker[7],Stored[8],ThresholdIDs[9]
|
||||
cgrates.org,ResGroup1,FLTR_RES,;10,-1,7,,false,true,*none
|
||||
|
Reference in New Issue
Block a user