summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Avdey <eiri@eiri.ca>2016-05-18 09:30:20 -0300
committerEric Avdey <eiri@eiri.ca>2016-05-18 09:31:37 -0300
commitd074b5c7ad24d79c344710535a0ee8cd533ffc41 (patch)
tree68897a1844f379501638073cdbeefb9453799f00
parentb166e8f2f1c8b8c351959f4c3a26b818d4d0ee7b (diff)
parent920489d493ece862cee7b963ffbaacb2eb20cbe5 (diff)
downloadcouchdb-d074b5c7ad24d79c344710535a0ee8cd533ffc41.tar.gz
Update to latest mrview
This brings in the following changes: - Render update_seq if number or binary - Use ioq to separately prioritise view updates - Make view updater couch_work_queue configurable - Use couch_file:delete/3 in views cleanup Remote branch 'github/pr/416' This closes #416
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index b145887c1..98f4fd0ae 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ DepDescs = [
{chttpd, "chttpd", "f3d5d1b0cd8eda814805b5a7290892ee0b3a73ab"},
{couch, "couch", "49774f269a6a42af05ead4f17b52edda5f065c78"},
{couch_index, "couch-index", "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
-{couch_mrview, "couch-mrview", "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
+{couch_mrview, "couch-mrview", "e36509b2dfb7bba5f09fcb62f0e23a538451afb5"},
{couch_replicator, "couch-replicator", "ab0afce2d6fdfeeade636a9252327ac09a1e423f"},
{couch_plugins, "couch-plugins", "3e73b723cb126cfc471b560d17c24a8b5c540085"},
{couch_event, "couch-event", "835a41885d1e276d207758954f8238aa7bba0ae8"},