Add printing of number of goroutines to assist with performance improvements

This commit is contained in:
Fred Boniface
2024-04-08 21:22:56 +01:00
parent 3e5ed2c10a
commit 7146d1a883
4 changed files with 32 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ func runCifFullDownload(cfg *helpers.Configuration) error {
}
// Drop timetable collection
dbAccess.DropCollection(dbAccess.TimetableCollection)
dbAccess.DropCollection(dbAccess.TimetableCollection) // I should edit this to prevent removal of VSTP entries in the database.
// Process CIF file
err = processParsedCif(parsed)