mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-10-09 20:43:55 +02:00
Update plutus.py
This commit is contained in:
@@ -91,7 +91,7 @@ def main(database):
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
"""Deserialize the database and load into a bloom filter. Initialize the multiprocessing pool to target the
|
"""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:
|
with open(DATABASE, 'rb') as file:
|
||||||
database = pickle.load(file)
|
database = pickle.load(file)
|
||||||
|
Reference in New Issue
Block a user