Github user rnewson commented on a diff in the pull request:
https://github.com/apache/couchdb-couch/pull/105#discussion_r40784314
--- Diff: src/couch_stream.erl ---
@@ -51,7 +51,7 @@ open(Fd) ->
open(Fd, []).
open(Fd, Options) ->
- gen_server:start_link(couch_stream, {Fd, self(), Options}, []).
+ gen_server:start_link(couch_stream, {Fd, {self(),
erlang:get(io_priority)}, Options}, []).
--- End diff --
the init function would crash either way, so I think it's clearer if each
required argument is expressed naturally.
---
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.
---