We'll soon have tasks pending for reading shards from disk, we want
them to have normal priority. Because:
- They are not CPU intensive, mostly IO bound.
- Give a good coverage for the project at startup, therefore it is worth spending some cycles.
- We have only one task per whole CDB rather than one task per file.
The comment looks redundant now. Maybe remove it?