Increase the DB block size.

This commit is contained in:
Oliver Jowett 2016-09-14 22:09:24 +01:00
parent 69031408f3
commit 77ae0387ea

View file

@ -110,5 +110,5 @@ if __name__ == '__main__':
with closing(open(filename, 'r')) as infile:
readcsv(filename, infile, blocks)
writedb(blocks, sys.argv[-1], 1000, False)
writedb(blocks, sys.argv[-1], 2500, False)
sys.exit(0)