Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb-couch/pull/147#discussion_r54330255
--- Diff: src/couch_work_queue.erl ---
@@ -17,7 +17,7 @@
-include_lib("couch/include/couch_db.hrl").
% public API
--export([new/1, queue/2, dequeue/1, dequeue/2, close/1, item_count/1,
size/1]).
+-export([new/1, queue/2, queue/3, dequeue/1, dequeue/2, close/1,
item_count/1, size/1, total_in/1, total_out/1, total_held/1]).
--- End diff --
May be wrap this to fit 80 (at least) line right margin?
---
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.
---