Skip to content

Commit

Permalink
delete, not off
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Oct 5, 2024
1 parent 28c377a commit 427f2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tile-smush-parallel
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ done
for pid in ${pids[*]}; do
wait $pid
done
echo "PRAGMA journal_mode=OFF;" | sqlite3 merged.mbtiles
echo "PRAGMA journal_mode=DELETE;" | sqlite3 merged.mbtiles

0 comments on commit 427f2c1

Please sign in to comment.