mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
fix ttl configuration
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user