You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/01/21 17:52:10 UTC

[couchdb] branch master updated (bfb9810 -> 33e3625)

This is an automated email from the ASF dual-hosted git repository.

garren pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from bfb9810  Fix python2 compatibility for couchup (#1868)
     new c5d9cfe  Add Global timeout for map/reduce queries
     new 33e3625  add default fabric request timeouts

The 11552 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rel/overlay/etc/default.ini                  |  5 ++++
 src/fabric/src/fabric_util.erl               |  9 ++++++-
 src/fabric/src/fabric_view_all_docs.erl      |  2 +-
 src/fabric/src/fabric_view_map.erl           |  2 +-
 src/fabric/src/fabric_view_reduce.erl        |  2 +-
 test/elixir/test/partition_all_docs_test.exs | 35 ++++++++++++++++++++++++++++
 6 files changed, 51 insertions(+), 4 deletions(-)