You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/04/29 19:18:51 UTC

[GitHub] [couchdb-docker] TeamLinux01 opened a new pull request #143: Fix for slow startup times

TeamLinux01 opened a new pull request #143: Fix for slow startup times
URL: https://github.com/apache/couchdb-docker/pull/143
 
 
   This changes the base couchdb image so that the find command that sets ownership to couchdb:couchdb does not have to change 1600+ files every time the container is started.
   
   <!-- Thank you for your contribution!
   
        Please file this form by replacing the Markdown comments
        with your text. If a section needs no action - remove it.
   
        Also remember, that CouchDB uses the Review-Then-Commit (RTC) model
        of code collaboration. Positive feedback is represented +1 from committers
        and negative is a -1. The -1 also means veto, and needs to be addressed
        to proceed. Once there are no objections, the PR can be merged by a
        CouchDB committer.
   
        See: http://couchdb.apache.org/bylaws.html#decisions for more info. -->
   
   ## Overview
   
   This allows containers based on the couchdb image to start being usable faster, as it does not have to apply new permissions on 1600+ files.
   
   ## Related Pull Requests
   
   https://github.com/apache/couchdb-docker/issues/131
   https://github.com/apache/couchdb-docker/pull/132
   
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services