Xuanwo commented on code in PR #6999: URL: https://github.com/apache/opendal/pull/6999#discussion_r2614845515
########## core/core/Cargo.toml: ########## @@ -72,8 +72,8 @@ executors-tokio = ["tokio/rt"] # Enable layers chaos support layers-chaos = ["dep:rand"] -# Enable dtrace support. -layers-dtrace = ["dep:probe"] +# Enable layers throttle support. Review Comment: Hi, can you elaborate on your ideas about making this change? ########## .gitignore: ########## @@ -5,6 +5,7 @@ **/target **/vendor dist/ +*~ Review Comment: Why we need this change? -- 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]
