Use chunksize 10
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
874c295a41
commit
81b5740e1a
1 changed files with 1 additions and 3 deletions
|
@ -110,13 +110,11 @@ os.system("sed -i 's/DB_NAME.*/DB_NAME = \"" + db_name + "\"/' projects/worldbui
|
|||
|
||||
os.system("echo '" + bounds + "' > projects/worldbuild-" + name + "/settings")
|
||||
|
||||
os.system("./build -t 1 worldbuild-" + name)
|
||||
os.system("./build -S 10 -t 1 worldbuild-" + name)
|
||||
|
||||
if os.path.isfile("projects/worldbuild-" + name + "/osm2city-exceptions.log"):
|
||||
os.system("mv projects/worldbuild-" + name + "/osm2city-exceptions.log projects/worldbuild/output/error/" + name + ".exceptions.log")
|
||||
|
||||
os.system("sleep 60")
|
||||
|
||||
os.system("rm -rf projects/worldbuild-" + name)
|
||||
|
||||
send_status(name, "done")
|
||||
|
|
Loading…
Reference in a new issue