We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5281e commit 39591e3Copy full SHA for 39591e3
memcache.py
@@ -116,8 +116,8 @@ class _ConnectionDeadError(Exception):
116
pass
117
118
119
-_DEAD_RETRY = 30 # number of seconds before retrying a dead server.
120
-_SOCKET_TIMEOUT = 3 # number of seconds before sockets timeout.
+_DEAD_RETRY = 120 # number of seconds before retrying a dead server.
+_SOCKET_TIMEOUT = 1 # number of seconds before sockets timeout.
121
122
123
class Client(threading.local):
0 commit comments