mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Clean up DispatcherS
This commit is contained in:
committed by
Dan Christian Bogos
parent
e23759b4a8
commit
7db65ca62c
@@ -22,8 +22,6 @@
|
||||
|
||||
"caches":{
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "1h", "replicate": true},
|
||||
"*dispatcher_loads": {"limit": -1, "replicate": true}
|
||||
},
|
||||
"replication_conns": ["cacheReplication"],
|
||||
"remote_conns": ["cacheReplication"],
|
||||
@@ -36,12 +34,7 @@
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
"dispatchers":{
|
||||
"enabled": true,
|
||||
},
|
||||
|
||||
|
||||
|
||||
"admins": {
|
||||
"enabled": true,
|
||||
|
||||
|
||||
@@ -28,15 +28,10 @@
|
||||
|
||||
"caches":{
|
||||
"partitions": {
|
||||
"*dispatcher_routes": {"limit": -1, "ttl": "1h"}
|
||||
},
|
||||
},
|
||||
|
||||
"dispatchers":{
|
||||
"enabled": true,
|
||||
},
|
||||
|
||||
|
||||
|
||||
"admins": {
|
||||
"enabled": true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user