Open xxbiohazrdxx opened 1 year ago
progressArgs is only incremented by one, however the logic in GetCategories is executing batches of multiple updates at a time.
progressArgs
GetCategories
Corrects GetCategories to use the same logic as CopyTo so that progress accurately reflects how many categories have been retrieved.
CopyTo
progressArgs
is only incremented by one, however the logic inGetCategories
is executing batches of multiple updates at a time.Corrects
GetCategories
to use the same logic asCopyTo
so that progress accurately reflects how many categories have been retrieved.