You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/27 15:34:09 UTC

[GitHub] nickva commented on issue #490: Revert add sys dbs to lru

nickva commented on issue #490: Revert add sys dbs to lru
URL: https://github.com/apache/couchdb/pull/490#issuecomment-297750848
 
 
   @iilyak I think we forgot to revert back changes to couch_lru.erl. Specifically this part:
   
   ```
    close_int(none, _) ->
   -    erlang:error(all_dbs_active);
   +    false;
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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