mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add "replication_conns" after "partitions"
This commit is contained in:
committed by
Dan Christian Bogos
parent
62f02fc3cc
commit
984fbfb88a
@@ -184,7 +184,6 @@ const CGRATES_CFG_JSON = `
|
||||
|
||||
|
||||
"caches":{
|
||||
"replication_conns": [],
|
||||
"partitions": {
|
||||
"*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
|
||||
@@ -225,6 +224,7 @@ const CGRATES_CFG_JSON = `
|
||||
"*rpc_connections": {"limit": -1, "ttl": "", "static_ttl": false}, // RPC connections caching
|
||||
"*uch": {"limit": -1, "ttl": "3h", "static_ttl": false}, // User cache
|
||||
},
|
||||
"replication_conns": [],
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user