Update to use 4 threads where possible within mapsforge plugin

This commit is contained in:
Mike C 2018-02-25 23:57:53 -05:00
parent 1b2f405ff4
commit 4eee96fae7

View file

@ -116,6 +116,7 @@ if __name__ == '__main__':
osmosis_cmd.extend(['type=ram'])
else:
osmosis_cmd.extend(['type=hd'])
osmosis_cmd.extend(['threads=4'])
cmd = subprocess.Popen(osmosis_cmd, env=env)
cmd.wait()