(feat): refactor code.

This refactor is aimed to provide better readability for future maintenance, at the same time that provides several performance improvements by reducing the number of repeated calls and improving the host-alive detection logic.
This commit is contained in:
Eduard Tolosa 2025-07-27 16:51:47 -05:00
parent fa58e6aa7e
commit cc37ccbcac
3 changed files with 73 additions and 57 deletions

View file

@ -26,8 +26,7 @@ scraper = "0.23.1"
async-recursion = "1.1.1"
[profile.release]
lto = 'thin'
lto = true
codegen-units = 1
panic = 'abort'
incremental = false
opt-level = "s"
strip = true