Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
19d0957
)
Fixed wrong nanosecond factor 10E6.
author
Ivan Delalande <
[email protected]
>
Thu, 26 Jun 2014 02:30:43 +0000
(
04:30
+0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Thu, 26 Jun 2014 10:33:55 +0000
(12:33 +0200)
Commit
5edeec1
introduced a wrong factor for nanosecond computation, the correct
value is 1E6. Time and timeout values are 10 times less than they should be and
this cause high CPU usage.
Reported by pyroh on IRC. Thanks!
Signed-off-by: Roberto E. Vargas Caballero <
[email protected]
>
No differences found