GitHub user brkolla opened a pull request:

    https://github.com/apache/couchdb-couch/pull/230

    Add sys db callbacks only once per db open

    Currently we are adding the sys db callbacks for every request instead once
    while opening the db. This fix will ensure that we will only add the sys
    db calls backs once while opening the db.
    
    COUCHDB-3307

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch 
add_sysdb_callback_once_per_db

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/230.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #230
    
----
commit e046427283961be73e2077ac990f3f0428cb8d2d
Author: brkolla <bko...@cloudant.com>
Date:   2017-02-19T21:33:39Z

    Add sys db callbacks only once per db open
    
    Currently we are adding the sys db callbacks for every request instead once
    while opening the db. This fix will ensure that we will only add the sys
    db calls backs once while opening the db.
    
    COUCHDB-3307

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to