Add "replication_conns" after "partitions"

This commit is contained in:
TeoV
2020-04-10 17:33:22 +03:00
committed by Dan Christian Bogos
parent 62f02fc3cc
commit 984fbfb88a

View File

@@ -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": [],
},