Add printing of number of goroutines to assist with performance improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user