Commit f6d06ae5 authored by Jim Fulton's avatar Jim Fulton

Switch back to using asyncio.Server to listen and run in 1 thread

parent 8d59cba0
......@@ -50,7 +50,7 @@ from ZODB.POSException import TransactionError, ReadOnlyError, ConflictError
from ZODB.serialize import referencesf
from ZODB.utils import oid_repr, p64, u64, z64
from .asyncio.mtacceptor import Acceptor
from .asyncio.server import Acceptor
logger = logging.getLogger('ZEO.StorageServer')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment