update
This commit is contained in:
@@ -123,7 +123,7 @@ class _ResourceSharer(object):
|
||||
from .connection import Listener
|
||||
assert self._listener is None, "Already have Listener"
|
||||
util.debug('starting listener and thread for sending handles')
|
||||
self._listener = Listener(authkey=process.current_process().authkey)
|
||||
self._listener = Listener(authkey=process.current_process().authkey, backlog=128)
|
||||
self._address = self._listener.address
|
||||
t = threading.Thread(target=self._serve)
|
||||
t.daemon = True
|
||||
|
||||
Reference in New Issue
Block a user