正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -32,7 +32,7 @@ class RedisPool { | @@ -32,7 +32,7 @@ class RedisPool { | ||
32 | ->withPort(REDIS_PORT) | 32 | ->withPort(REDIS_PORT) |
33 | ->withAuth(REDIS_PASSWORD) | 33 | ->withAuth(REDIS_PASSWORD) |
34 | ->withDbIndex(REDIS_DB) | 34 | ->withDbIndex(REDIS_DB) |
35 | - ->withTimeout(1) | 35 | + ->withTimeout(60) |
36 | ,1024 | 36 | ,1024 |
37 | ); | 37 | ); |
38 | 38 |
-
请 注册 或 登录 后发表评论