nickva commented on code in PR #4144:
URL: https://github.com/apache/couchdb/pull/4144#discussion_r959022533
##########
src/couch_replicator/src/couch_replicator_scheduler_job.erl:
##########
@@ -25,7 +25,9 @@
handle_info/2,
handle_cast/2,
code_change/3,
- format_status/2
+ format_status/2,
+ add_stats/2,
Review Comment:
Agree, that would be better!
I even found another plain gen_server call with add_stats so will update
that one to use `sum_stats/2` as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]