From 045d8bca2f5582d93ff2c379e9ab65262fc3afc4 Mon Sep 17 00:00:00 2001 From: TeoV Date: Sun, 25 Nov 2018 02:19:53 -0500 Subject: [PATCH] Remove cdr_stats and lcr_rules from cache from config files --- data/conf/samples/apier/apier.json | 2 -- data/conf/samples/mongoatlas/cgrates.json | 2 -- data/conf/samples/mongoreplica/cgrates.json | 2 -- data/conf/samples/smgeneric/cgrates.json | 1 - data/conf/samples/tutmongo/cgrates.json | 2 -- data/conf/samples/tutmongojson/cgrates.json | 2 -- data/conf/samples/tutmysql/cgrates.json | 2 -- data/conf/samples/tutmysqljson/cgrates.json | 2 -- 8 files changed, 15 deletions(-) diff --git a/data/conf/samples/apier/apier.json b/data/conf/samples/apier/apier.json index 127448817..25f62ebc7 100644 --- a/data/conf/samples/apier/apier.json +++ b/data/conf/samples/apier/apier.json @@ -15,8 +15,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, diff --git a/data/conf/samples/mongoatlas/cgrates.json b/data/conf/samples/mongoatlas/cgrates.json index d00aad421..97a0b673b 100755 --- a/data/conf/samples/mongoatlas/cgrates.json +++ b/data/conf/samples/mongoatlas/cgrates.json @@ -40,8 +40,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, diff --git a/data/conf/samples/mongoreplica/cgrates.json b/data/conf/samples/mongoreplica/cgrates.json index bc1493e38..a4443a379 100755 --- a/data/conf/samples/mongoreplica/cgrates.json +++ b/data/conf/samples/mongoreplica/cgrates.json @@ -41,8 +41,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, diff --git a/data/conf/samples/smgeneric/cgrates.json b/data/conf/samples/smgeneric/cgrates.json index 8ef9fe589..dea2259b4 100644 --- a/data/conf/samples/smgeneric/cgrates.json +++ b/data/conf/samples/smgeneric/cgrates.json @@ -39,7 +39,6 @@ "thresholds": {"limit": 10000, "ttl":"0s", "precache": true}, "threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, "filters": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, }, diff --git a/data/conf/samples/tutmongo/cgrates.json b/data/conf/samples/tutmongo/cgrates.json index fdc507083..0de625d4c 100644 --- a/data/conf/samples/tutmongo/cgrates.json +++ b/data/conf/samples/tutmongo/cgrates.json @@ -34,8 +34,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, diff --git a/data/conf/samples/tutmongojson/cgrates.json b/data/conf/samples/tutmongojson/cgrates.json index b8aab7d1d..a76e275ee 100644 --- a/data/conf/samples/tutmongojson/cgrates.json +++ b/data/conf/samples/tutmongojson/cgrates.json @@ -34,8 +34,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, diff --git a/data/conf/samples/tutmysql/cgrates.json b/data/conf/samples/tutmysql/cgrates.json index 2d3c0f90b..59a3d2097 100644 --- a/data/conf/samples/tutmysql/cgrates.json +++ b/data/conf/samples/tutmysql/cgrates.json @@ -30,8 +30,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, diff --git a/data/conf/samples/tutmysqljson/cgrates.json b/data/conf/samples/tutmysqljson/cgrates.json index ef14b663b..333e2ae2a 100644 --- a/data/conf/samples/tutmysqljson/cgrates.json +++ b/data/conf/samples/tutmysqljson/cgrates.json @@ -32,8 +32,6 @@ "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true}, "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true}, - "lcr_rules": {"limit": 10000, "ttl":"0s", "precache": true}, - "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": true}, "actions": {"limit": 10000, "ttl":"0s", "precache": true}, "action_plans": {"limit": 10000, "ttl":"0s", "precache": true}, "account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},