Increase the DB block size.
This commit is contained in:
parent
69031408f3
commit
77ae0387ea
|
@ -110,5 +110,5 @@ if __name__ == '__main__':
|
||||||
with closing(open(filename, 'r')) as infile:
|
with closing(open(filename, 'r')) as infile:
|
||||||
readcsv(filename, infile, blocks)
|
readcsv(filename, infile, blocks)
|
||||||
|
|
||||||
writedb(blocks, sys.argv[-1], 1000, False)
|
writedb(blocks, sys.argv[-1], 2500, False)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
Loading…
Reference in a new issue