Browse Source

Changed default redis_socket_timeout setting value (#3920)

According to changes in https://github.com/celery/celery/commit/6d4ff8689b2128a2e95e52857d9e346b1ad9827a
Sergey Fursov 8 years ago
parent
commit
7cf709d63e
1 changed files with 1 additions and 1 deletions
  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.