by Quade » Sat Dec 15, 2012 4:55 pm
When you download headers, there are several transformations.
- Raw headers to RV4
- RV4 to DB3
Then automode kicks in:
- Pull data from DB3 to gen the download.
- Downloads are added to the downloads.db3
- Downloads are added to the download list.
If I had to guess I'd think the first two would be slowish. It's a low priority thread that does the work. Second should be relatively quick but, it all depends on how busy the disk drive is. If you have 1 and 2 + downloading all going at the same time. It might just bottleneck on the disk IO.