Task
Maybe database should update (caching) after new circuits found.
Current state
It is precalculated and just being read during search proces.
Problems
- How to delivery such database to user's venv is unclear, since it will be not really consistent to update it (maybe require user to specify path to database, and give handles to download default one).
Task
Maybe database should update (caching) after new circuits found.
Current state
It is precalculated and just being read during search proces.
Problems