tisonkun commented on code in PR #6820:
URL: https://github.com/apache/opendal/pull/6820#discussion_r2559743890
##########
core/src/services/redis/config.rs:
##########
@@ -40,7 +40,7 @@ pub struct RedisConfig {
/// The maximum number of connections allowed.
///
/// default is 10
- pub connection_pool_max_size: Option<u32>,
+ pub connection_pool_max_size: Option<usize>,
Review Comment:
Ditto
--
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]