mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Rename default_opts to opts
This commit is contained in:
committed by
Dan Christian Bogos
parent
e8ea08c109
commit
adfaea31c5
@@ -646,7 +646,7 @@
|
||||
// "prefix_indexed_fields": [], // query indexes based on these fields for faster processing
|
||||
// "suffix_indexed_fields": [], // query indexes based on these fields for faster processing
|
||||
// "nested_fields": false, // determines which field is checked when matching indexed filters(true: all; false: only the one on the first level)
|
||||
// "default_opts":{ //
|
||||
// "opts":{ //
|
||||
// "*processRuns": 1, // number of run loops when processing event
|
||||
// },
|
||||
// "profile_runs": 0, // number of run a profile will process the event
|
||||
@@ -714,7 +714,7 @@
|
||||
// "rates_conns": [], // connections to RateS
|
||||
// "accounts_conns": [], // connections to AccountS
|
||||
// "default_ratio":1, // default ratio used in case of *load strategy
|
||||
// "default_opts":{
|
||||
// "opts":{
|
||||
// "*context": "*routes",
|
||||
// "*rouProfileCount": 1,
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user