mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-03-17 21:31:46 +01:00
db size formatting
This commit is contained in:
parent
7e2ce89e37
commit
68cb7ec22b
@ -110,7 +110,7 @@ if __name__ == '__main__':
|
||||
print('DONE')
|
||||
|
||||
# To verify the database size, remove the # from the line below
|
||||
#print('Database Size: ' + str(sum(len(i) for i in database))); quit()
|
||||
#print('database size: ' + str(sum(len(i) for i in database))); quit()
|
||||
|
||||
for cpu in range(multiprocessing.cpu_count()):
|
||||
multiprocessing.Process(target = main, args = (database, )).start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user