Adjust minimum number of http connections to 2 COUCHDB-2959
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8344e39f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8344e39f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8344e39f Branch: refs/heads/master Commit: 8344e39f1137bfd345eced1b7383bbcee0553feb Parents: 0da78ee Author: Alexander Shorin <kxe...@apache.org> Authored: Mon Mar 14 07:40:03 2016 +0300 Committer: Alexander Shorin <kxe...@apache.org> Committed: Mon Mar 14 07:48:12 2016 +0300 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/8344e39f/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 9ae674b..ee56771 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -34,7 +34,7 @@ DepDescs = [ {couch, "couch", "40adf248cfed83cc13c0f8fd4ba64a53ca9328ee"}, {couch_index, "couch-index", "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"}, {couch_mrview, "couch-mrview", "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"}, -{couch_replicator, "couch-replicator", "da860981c9718ba3a119236edcb01d1b4ad85d65"}, +{couch_replicator, "couch-replicator", "493a0d11d43b512ae81195f84aab0336ca61e94f"}, {couch_plugins, "couch-plugins", "3e73b723cb126cfc471b560d17c24a8b5c540085"}, {couch_event, "couch-event", "835a41885d1e276d207758954f8238aa7bba0ae8"}, {couch_stats, "couch-stats", "7895d4d3f509ed24f09b6d1a0bd0e06af34551dc"},