ValdikSS 3b26ff5307 Fix high memory usage
* Do not load all domain names in a file to memory, use generator instead
* Do not construct async tasks for all domains, slice it by TASK_AMOUNT_MULTIPLIER
    instead

This modification decreases memory usage from ~470 MB down to ~35-40 MB
2022-08-07 17:44:00 +03:00
..
2019-12-01 04:58:25 +03:00
2019-12-01 04:58:25 +03:00
2022-08-05 11:03:56 +03:00
2022-08-07 17:44:00 +03:00