From 58ad3a0ceca7641c58f5b01e09bf8ddd2cf44805 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 16 Aug 2016 18:54:48 +0300 Subject: [PATCH] fix ttl configuration --- data/conf/cgrates/cgrates.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/data/conf/cgrates/cgrates.json b/data/conf/cgrates/cgrates.json index e4c905da1..d5abda2fa 100644 --- a/data/conf/cgrates/cgrates.json +++ b/data/conf/cgrates/cgrates.json @@ -27,18 +27,18 @@ // }, // "cache":{ -// "destinations": {"limit": 10000, "ttl":0, "precache": false}, -// "reverse_destinations": {"limit": 10000, "ttl":0, "precache": false}, -// "rating_plans": {"limit": 10000, "ttl":0,"precache": true}, -// "rating_profiles": {"limit": 10000, "ttl":0, "precache": false}, -// "lcr": {"limit": 10000, "ttl":0, "precache": false}, -// "cdr_stats": {"limit": 10000, "ttl":0, "precache": false}, -// "actions": {"limit": 10000, "ttl":0, "precache": false}, -// "action_plans": {"limit": 10000, "ttl":0, "precache": false}, -// "action_triggers": {"limit": 10000, "ttl":0, "precache": false}, -// "shared_groups": {"limit": 10000, "ttl":0, "precache": false}, -// "aliases": {"limit": 10000, "ttl":0, "precache": false}, -// "reverse_aliases": {"limit": 10000, "ttl":0, "precache": false}, +// "destinations": {"limit": 10000, "ttl":"0s", "precache": false}, +// "reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": false}, +// "rating_plans": {"limit": 10000, "ttl":"0s","precache": true}, +// "rating_profiles": {"limit": 10000, "ttl":"0s", "precache": false}, +// "lcr": {"limit": 10000, "ttl":"0s", "precache": false}, +// "cdr_stats": {"limit": 10000, "ttl":"0s", "precache": false}, +// "actions": {"limit": 10000, "ttl":"0s", "precache": false}, +// "action_plans": {"limit": 10000, "ttl":"0s", "precache": false}, +// "action_triggers": {"limit": 10000, "ttl":"0s", "precache": false}, +// "shared_groups": {"limit": 10000, "ttl":"0s", "precache": false}, +// "aliases": {"limit": 10000, "ttl":"0s", "precache": false}, +// "reverse_aliases": {"limit": 10000, "ttl":"0s", "precache": false}, // }, // "listen": {