소스 검색

Changed default redis_socket_timeout setting value (#3920)

According to changes in https://github.com/celery/celery/commit/6d4ff8689b2128a2e95e52857d9e346b1ad9827a
Sergey Fursov 8 년 전
부모
커밋
7cf709d63e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/configuration.rst

+ 1 - 1
docs/userguide/configuration.rst

@@ -905,7 +905,7 @@ in seconds (int/float)
 ``redis_socket_timeout``
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-Default: 5.0 seconds.
+Default: 120.0 seconds.
 
 Socket timeout for reading/writing operations to the Redis server
 in seconds (int/float), used by the redis result backend.