Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the recbuf to avoid CouchDB erroring on long requests #5133

Closed
wants to merge 1 commit into from

Conversation

SCdF
Copy link
Contributor

@SCdF SCdF commented Dec 21, 2018

This used to work in CouchDB < 2.3, but we now need to set this
manually, otherwise our app will error in endless weird ways.

262144 is picked because I think it was the default before that.

See:

This used to work in CouchDB < 2.3, but we now need to set this
manually, otherwise our app will error in endless weird ways.

262144 is picked because I think it was the default before that.

See:
 - https://github.com/medic/medic-infrastructure/issues/47
 - #5083
@SCdF SCdF requested a review from dianabarsan December 21, 2018 13:01
Copy link
Member

@dianabarsan dianabarsan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, this would work for now, with the added note that we should be removing this once CouchDB patches.

@SCdF
Copy link
Contributor Author

SCdF commented Jan 3, 2019

Talked to Diana. I didn't realise when I did this that the CouchDB patch (2.3.1, we're currently on 2.3.0) would not only fix the problem but make this change irrelevant. I don't think it's worth merging then. We can leave the branch around for now though, if we change our minds.

@SCdF SCdF closed this Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants