Lissy93 / AdGuardian-Term

🛡️ Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
https://adguardian.as93.net
MIT License
901 stars 37 forks source link

[Fix] Processing Time Incorrect #14

Closed Lissy93 closed 1 year ago

Lissy93 commented 1 year ago

Overview: The processing time displayed was incorrect. AdGuard's API was returning the value in seconds, while AdGuardian was displaying it as milliseconds. This has been fixed by dividing by 1000 and converting to a 16-bit integer.

Ticket: #11

Screenshot: