Extraction streamlining (#3)

* feat:  added the extraction process into the main multi threaded loop
Also added a warning when the app finds existing CSV files in the combined folder

* fix: 🐛 Fixed time calculations for ETA & Completion
This commit is contained in:
Jake-Pullen
2025-12-12 19:56:14 +00:00
committed by GitHub
parent ad6b31e644
commit a43edb1148
7 changed files with 221 additions and 82 deletions
+2
View File
@@ -11,3 +11,5 @@ class Config:
delete_gz_after_processing = True
delete_dat_after_processing = True
delete_asc_after_processing = True
BATCH_SIZE = 5