mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Renamed cache in caches
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
// },
|
||||
|
||||
|
||||
// "cache":{
|
||||
// "caches":{
|
||||
// "*destinations": {"limit": -1, "ttl": "", "static_ttl": false, "precache": false}, // destination caching
|
||||
// "*reverse_destinations": {"limit": -1, "ttl": "", "static_ttl": false, "precache": false}, // reverse destinations index caching
|
||||
// "*rating_plans": {"limit": -1, "ttl": "", "static_ttl": false, "precache": false}, // rating plans caching
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"db_type":"*internal",
|
||||
},
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"db_type":"*internal",
|
||||
},
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"db_port": 27017,
|
||||
},
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"db_port": 27017,
|
||||
},
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"db_type":"*internal",
|
||||
},
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"db_name": "13"
|
||||
},
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
|
||||
|
||||
"cache":{
|
||||
"caches":{
|
||||
"*rpc_responses": {"limit": -1, "ttl": "1s"},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user