nickva commented on code in PR #5371: URL: https://github.com/apache/couchdb/pull/5371#discussion_r1904444629
########## src/fabric/src/fabric_doc_update.erl: ########## @@ -17,6 +17,16 @@ -include_lib("mem3/include/mem3.hrl"). -include_lib("couch/include/couch_db.hrl"). +-record(acc, { + waiting_count, + len_docs, Review Comment: In most cases we're using `DocCount` as the variable name, maybe we could call the field `doc_count` to match. -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org