[Zodb-checkins] CVS: ZODB3/ZEO1 - smac.py:1.2

Guido van Rossum guido@python.org
Wed, 2 Oct 2002 15:54:03 -0400


Update of /cvs-repository/ZODB3/ZEO1
In directory cvs.zope.org:/tmp/cvs-serv9870/ZEO1

Modified Files:
	smac.py 
Log Message:
8096 is not a magic number.  8192 is.

=== ZODB3/ZEO1/smac.py 1.1.1.1 => 1.2 ===
--- ZODB3/ZEO1/smac.py:1.1.1.1	Mon Aug 12 16:39:58 2002
+++ ZODB3/ZEO1/smac.py	Wed Oct  2 15:54:02 2002
@@ -65,7 +65,7 @@
                     _None=None):
 
         try:
-            d=self.recv(8096)
+            d=self.recv(8192)
         except socket.error, err:
             if err[0] in expected_socket_read_errors:
                 return