From df5526ffcc8ba695dadfe9508ea76fe6abd65c21 Mon Sep 17 00:00:00 2001 From: TeoV Date: Thu, 5 Jul 2018 07:21:18 -0400 Subject: [PATCH] Add comment for indexed_selects option in config --- config/config_defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_defaults.go b/config/config_defaults.go index 6a1960ee5..5c6dc034a 100755 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -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 },