wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-359090162 Remember that `max_dbs_open` is actually # of shards open, so you have to consider `# of dbs * # of shards`. If you expect to be running with a lot of databases, you may also want to set this in your local.ini: ``` [couchdb] update_lru_on_read = 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: [email protected] With regards, Apache Git Services
