• Max Kellermann's avatar
    timer: fix time unit mixup in timer_delay() · 097e5dfb
    Max Kellermann authored
    The local variable was already divided by 1000, and the return value
    was being divided by 1000 again - doh!  This caused delays in the
    httpd output plugin that were too small by three orders of magnitude,
    and the buffer was filled too quickly.
    097e5dfb
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...