fetch routers in parallel (optionally)

This commit is contained in:
Leon Morten Richter
2022-12-28 14:18:42 +01:00
parent 7bdd6a98ed
commit 866751ad64
3 changed files with 157 additions and 88 deletions

View File

@@ -25,3 +25,5 @@
verbose_mode = False # Set it on for troubleshooting
fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers parallel
max_worker_threads = 5 # Max number of worker threads that can fetch routers. Meaningless if fetch_routers_in_parallel is set to False