mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-03-17 21:31:46 +01:00
Update plutus.py
This commit is contained in:
parent
3309d34852
commit
09b5e15942
@ -95,6 +95,10 @@ if __name__ == '__main__':
|
||||
"""
|
||||
with open(DATABASE, 'rb') as file:
|
||||
database = pickle.load(file)
|
||||
|
||||
# To verify the bloom filter configuration, remove the # from the line below
|
||||
#print('Database Information: ' + repr(database))
|
||||
|
||||
with multiprocessing.Pool(multiprocessing.cpu_count()) as pool:
|
||||
pool.map(main(database), range(multiprocessing.cpu_count() * 2))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user