Rename default_opts to opts

This commit is contained in:
ionutboangiu
2021-09-07 14:54:26 +03:00
committed by Dan Christian Bogos
parent e8ea08c109
commit adfaea31c5
18 changed files with 101 additions and 95 deletions

View File

@@ -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,
// },

View File

@@ -24,7 +24,7 @@
"stor_db": {
"db_password": "CGRateS.org",
"db_password": "CGRateS.org"
},
@@ -45,8 +45,8 @@
"attributes": {
"enabled": true,
"default_opts":{
"*processRuns": 5, // number of run loops when processing event
"opts":{
"*processRuns": 5 // number of run loops when processing event
},
},