mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
Update config with correct cache config
This commit is contained in:
committed by
Dan Christian Bogos
parent
83b9c0d041
commit
6a31c38025
@@ -76,7 +76,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false},
|
||||
"partitions": {
|
||||
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
@@ -80,7 +80,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false},
|
||||
"partitions": {
|
||||
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
@@ -77,7 +77,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false},
|
||||
"partitions": {
|
||||
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
@@ -30,7 +30,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
|
||||
@@ -30,7 +30,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
|
||||
@@ -33,7 +33,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
|
||||
@@ -33,7 +33,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
},
|
||||
|
||||
"caches":{
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
|
||||
},
|
||||
},
|
||||
|
||||
"stor_db": {
|
||||
|
||||
@@ -36,30 +36,32 @@
|
||||
|
||||
|
||||
"caches":{
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
"*rating_profiles": {"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},
|
||||
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s"},
|
||||
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"partitions": {
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
"*rating_profiles": {"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},
|
||||
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s"},
|
||||
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s"},
|
||||
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s"}
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -30,33 +30,35 @@
|
||||
|
||||
|
||||
"caches":{
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
"*rating_profiles": {"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},
|
||||
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false},
|
||||
"partitions": {
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
"*rating_profiles": {"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},
|
||||
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false}
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -26,33 +26,35 @@
|
||||
|
||||
|
||||
"caches":{
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
"*rating_profiles": {"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},
|
||||
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false},
|
||||
"partitions": {
|
||||
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
|
||||
"*rating_profiles": {"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},
|
||||
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
|
||||
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false}
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,9 @@
|
||||
|
||||
|
||||
"caches":{
|
||||
"*rpc_responses": {"limit": -1, "ttl": "1s"},
|
||||
"partitions": {
|
||||
"*rpc_responses": {"limit": -1, "ttl": "1s"}
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
|
||||
|
||||
"caches":{
|
||||
"*rpc_responses": {"limit": -1, "ttl": "1s"},
|
||||
"partitions": {
|
||||
"*rpc_responses": {"limit": -1, "ttl": "1s"}
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user