作者 邓超

x

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