Add comment for indexed_selects option in config

This commit is contained in:
TeoV
2018-07-05 07:21:18 -04:00
committed by Dan Christian Bogos
parent 8b9a5f4e4f
commit df5526ffcc

View File

@@ -148,7 +148,7 @@ const CGRATES_CFG_JSON = `
"filters": { // Filters configuration (*new)
"stats_conns": [], // address where to reach the stat service, empty to disable stats functionality: <""|*internal|x.y.z.y:1234>
"indexed_selects":true,
"indexed_selects":true, // enable profile matching exclusively on indexes
},