jiahuili430 commented on code in PR #5619:
URL: https://github.com/apache/couchdb/pull/5619#discussion_r2260634165


##########
src/couch/src/couch_bt_engine.hrl:
##########
@@ -14,8 +14,7 @@
     filepath,
     fd,
     fd_monitor,
-    % deprecated but keeping it here to avoid altering the record size
-    fsync_options_deprecated,
+    cache = #{},

Review Comment:
   `fsync_options_deprecated` is a deprecated field and I haven't found any 
other
   source code related to it, so I guess replacing it with `cache` should be 
fine.



-- 
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]

Reply via email to