Github user sagelywizard commented on a diff in the pull request:
https://github.com/apache/couchdb-couch/pull/235#discussion_r105772791
--- Diff: src/couch_doc.erl ---
@@ -125,7 +125,14 @@
doc_to_json_obj(#doc{id=Id,deleted=Del,body=Body,revs={Start, RevIds},
}.
from_json_obj({Props}) ->
--- End diff --
Is this the right place to be making this change? `from_json_obj` is used
in places other than when parsing HTTP request bodies. For example, this change
will cause `fabric:cleanup_index_files` to fail if any existing design
documents are larger than the limit.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---