Fix dev server config's root storage's fetch/stat.

Don't want to read from the indexer or a async target.

Change-Id: I72831a6ce3fba6e005c71c3e8ac73557cd268c34
This commit is contained in:
Brad Fitzpatrick 2013-11-22 22:50:40 -08:00
parent 70475701d1
commit cfd02e6c89
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@
"handler": "storage-replica",
"handlerArgs": {
"minWritesForSuccess": 3,
"backends": ["/bs/", "/sync-r1/", ["_env", "${CAMLI_INDEXER_PATH}"]]
"backends": ["/bs/", "/sync-r1/", ["_env", "${CAMLI_INDEXER_PATH}"]],
"readBackends": ["/bs/"]
}
},