From 06f975a22079a6aef77cbb22e9ef7a23c28490f2 Mon Sep 17 00:00:00 2001 From: Isaacdelly Date: Sun, 3 Feb 2019 14:37:36 -0800 Subject: [PATCH] Update plutus.py --- plutus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plutus.py b/plutus.py index 9abcc3c..07f336d 100644 --- a/plutus.py +++ b/plutus.py @@ -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)