SIDN / CycleHunter

Python software that reads zone files, extract NS records, and detect cyclic dependencies
https://tsuname.io
BSD 2-Clause "Simplified" License
37 stars 14 forks source link

Fix workers support on CyclicDetector.py, #1

Closed gmmoura closed 3 years ago

gmmoura commented 3 years ago

We can speed up this code by adding parallelism on CyclicDetector.py, as we have for CyclicDetector.py

gmmoura commented 3 years ago

it already supported it, added documentation

gmmoura commented 3 years ago

replace the (workers=5 with number of workers from parameter