fix ttl configuration

This commit is contained in:
Radu Ioan Fericean
2016-08-16 18:54:48 +03:00
parent 52ed43d54b
commit 58ad3a0cec

View File

@@ -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": {