mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-03-18 05:41:48 +01:00
Update plutus.py
This commit is contained in:
parent
85c8b6dc73
commit
06f975a220
@ -91,7 +91,7 @@ def main(database):
|
||||
|
||||
if __name__ == '__main__':
|
||||
"""Deserialize the database and load into a bloom filter. Initialize the multiprocessing pool to target the
|
||||
main function with cpu_count() * 2 concurrent processes.
|
||||
main function with cpu_count() concurrent processes.
|
||||
"""
|
||||
with open(DATABASE, 'rb') as file:
|
||||
database = pickle.load(file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user