Skip to content

Commit

Permalink
Added thread spawn type
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Jan 5, 2023
1 parent 35553da commit 3e4eca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transactors/file_transactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class FileTransactor(object):
queue = None

def __init__(self):
multiprocessing.set_start_method('fork')
m = multiprocessing.Manager()
FileTransactor.queue = m.Queue()
self.filetracking_queue = m.list()
Expand Down

0 comments on commit 3e4eca3

Please sign in to comment.