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:
Brad Fitzpatrick 2013-11-24 17:11:40 -08:00
parent efd51a08ed
commit 9261c9b303
1 changed files with 2 additions and 2 deletions

View File

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