Skip to content

Commit

Permalink
Update WxMpConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Jun 16, 2021
1 parent 3f97645 commit 943e676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public WxMpService wxMpService() {
final WxMpProperties.RedisConfig redisConfig = this.properties.getRedisConfig();
JedisPoolConfig poolConfig = new JedisPoolConfig();
JedisPool jedisPool = new JedisPool(poolConfig, redisConfig.getHost(), redisConfig.getPort(),
-1, redisConfig.getPassword());
2000, redisConfig.getPassword());
configStorage = new WxMpRedisConfigImpl(new JedisWxRedisOps(jedisPool), a.getAppId());
} else {
configStorage = new WxMpDefaultConfigImpl();
Expand Down

0 comments on commit 943e676

Please sign in to comment.