summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xredis/connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis/connection.py b/redis/connection.py
index b38f24c..9b949c5 100755
--- a/redis/connection.py
+++ b/redis/connection.py
@@ -759,6 +759,7 @@ class UnixDomainSocketConnection(Connection):
'db': self.db,
}
self._connect_callbacks = []
+ self._buffer_cutoff = 6000
def _connect(self):
"Create a Unix domain socket connection"