Commit graph

5 commits

Author SHA1 Message Date
DosX
455967700f Skip unchanged files and remove obsolete outputs
Avoid unnecessary file rewrites and prune stale outputs. Add writeIfChanged to worker.js to skip writing identical content (new 'skipped' / '*-skip' result types), update task.js to count skipped/deleted files and report stats, and introduce syncDeleteOldFiles/getAllFilesInDir/deleteEmptyDirs to remove obsolete files from dbs_min before processing. Also restore MAX_PARALLEL to 16 and simplify worker resolution/exit handling. Finally, comment out the unconditional rd command in dbs_min_generate.cmd so the output folder is preserved.
2026-02-14 19:24:00 +03:00
DosX
a2b48b1a77 Add db_compress call to dbs_min_generate.cmd
After generating the database, the script now calls db_compress to further process the output. This automates compression as part of the generation workflow.
2026-01-09 15:41:42 +03:00
DosX
0bd049c39c Log generation timestamp in dbs_min_generate.cmd
Adds a command to write the current date to dbs_min/timestamp.log after running the dbcompiler task, providing a record of when the generation script was executed.
2025-09-28 16:33:43 +03:00
DosX
36dfc38fb2 Update dbs_min_generate.cmd 2025-06-21 00:04:26 +03:00
DosX
0d87c69c8b +dbs_min 2025-06-09 01:36:57 +03:00