diff options
author | Jason Rhinelander <jason@imaginary.ca> | 2019-12-05 21:02:18 -0400 |
---|---|---|
committer | Jason Rhinelander <jason@imaginary.ca> | 2019-12-05 21:02:18 -0400 |
commit | 72ca7e3b0faacfdabebc0a07c4fab4cdc17f7748 (patch) | |
tree | 75cbe104e8da5096df705708e417510e33ce4047 /tests/unit_tests/http.cpp | |
parent | Merge pull request #6174 (diff) | |
download | monero-72ca7e3b0faacfdabebc0a07c4fab4cdc17f7748.tar.xz |
Fix time comparison math
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.
Diffstat (limited to 'tests/unit_tests/http.cpp')
0 files changed, 0 insertions, 0 deletions