From a92742385dd90560fdff701e55a242a4fcfaf6bb Mon Sep 17 00:00:00 2001 From: Babayaga Date: Wed, 25 Mar 2026 11:40:53 +0100 Subject: [PATCH] grid search worker cpp --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcf6f42..656abbe 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "boundaries": "npx tsx scripts/boundaries.ts", "boundaries:cpp": ".\\dist\\win-x64\\boundaries.exe", "boundaries:cpp:all": ".\\dist\\win-x64\\boundaries.exe --country=all", - "boundaries:cpp:all:split": ".\\dist\\win-x64\\boundaries.exe --country=all --split-levels=1,2", + "boundaries:cpp:all:split": ".\\dist\\win-x64\\boundaries.exe --country=all --split-levels=0,1,2,3,4,5 --resolution=3", "boundaries:cpp:linux": "./dist/linux-x64/boundaries", "boundaries:cpp:linux:all": "./dist/linux-x64/boundaries --country=all", "refresh": "npx tsx scripts/refresh-database.ts"