Add python binding network thread name.

This commit is contained in:
Ray Jenkins 2022-01-25 13:20:31 -06:00
parent fa1d8fc11e
commit 95d4497e2b

View File

@ -1580,6 +1580,7 @@ def init(event_model=None):
_network_thread = NetworkThread() _network_thread = NetworkThread()
_network_thread.daemon = True _network_thread.daemon = True
_network_thread.name = "fdb-network-thread"
if event_model is not None: if event_model is not None:
if event_model == 'gevent': if event_model == 'gevent':