mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-07-23 02:05:34 +02:00
Update plutus.py
This commit is contained in:
@@ -95,6 +95,10 @@ if __name__ == '__main__':
|
|||||||
"""
|
"""
|
||||||
with open(DATABASE, 'rb') as file:
|
with open(DATABASE, 'rb') as file:
|
||||||
database = pickle.load(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:
|
with multiprocessing.Pool(multiprocessing.cpu_count()) as pool:
|
||||||
pool.map(main(database), range(multiprocessing.cpu_count() * 2))
|
pool.map(main(database), range(multiprocessing.cpu_count() * 2))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user