mirror of https://github.com/perkeep/perkeep.git
dev-server-config: no longer need to replicate to a sync. the sync subscribes to its source.
Change-Id: I7734f47f039cbdd40fcb672ba60d6a2488b42bdc
This commit is contained in:
parent
efd51a08ed
commit
9261c9b303
|
@ -98,8 +98,8 @@
|
|||
"/bs-recv/": {
|
||||
"handler": "storage-replica",
|
||||
"handlerArgs": {
|
||||
"minWritesForSuccess": 3,
|
||||
"backends": ["/bs/", "/sync-r1/", ["_env", "${CAMLI_INDEXER_PATH}"]],
|
||||
"minWritesForSuccess": 2,
|
||||
"backends": ["/bs/", ["_env", "${CAMLI_INDEXER_PATH}"]],
|
||||
"readBackends": ["/bs/"]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue