mirror of
https://github.com/monero-project/monero.git
synced 2026-07-06 12:36:37 -07:00
72ca7e3b0f
Dividing `dt` here by 1e6 converts it to seconds, but that is clearly wrong since `REQUEST_NEXT_SCHEDULED_SPAN_THRESHOLD_STANDBY` is measured in microseconds. As a result, this if statement was effectively never used.