You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/01/05 20:17:01 UTC

[couchdb] branch master updated (0449057 -> a595401)

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

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


    from 0449057  Feat/1752/setup UUID and auth secret (#2398)
     add 36cf893  Simplfiy interleaved message couch_server test
     add 009e4d5  Avoid file_server_2 for existance tests
     add 10670fb  Reduce logging calls in couch_server
     add 6cbe173  Track db open times in the async_open pid
     add b02599e  Move more work out of couch_server's main loop
     add a595401  Set a high priority on couch_server

No new revisions were added by this update.

Summary of changes:
 rel/overlay/etc/default.ini                 |   5 +
 src/couch/src/couch_bt_engine.erl           |  13 +-
 src/couch/src/couch_server.erl              | 194 +++++++++++++++++-----------
 src/couch/src/couch_util.erl                |  11 ++
 src/couch/test/eunit/couch_server_tests.erl |  50 +++----
 5 files changed, 166 insertions(+), 107 deletions(-)