mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
Allow server to download cache from another clio server (#246)
* Allow server to download cache from another clio server * Config takes an array of clio peers. If any of these peers have a full cache, clio picks a peer at random to download the cache from. Otherwise, fall back to downloading cache from the database.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"grpc_port":"50051"
|
||||
}
|
||||
],
|
||||
"peers": [],
|
||||
"dos_guard":
|
||||
{
|
||||
"whitelist":["127.0.0.1"]
|
||||
|
||||
Reference in New Issue
Block a user