• Max Kellermann's avatar
    output: delay reopen after device failure · 7da0e005
    Max Kellermann authored
    When one of several output devices failed, MPD tried to reopen it
    quite often, wasting a lot of resources.  This patch adds a delay:
    wait 10 seconds before retrying.  This might be changed to exponential
    delays later, but for now, it makes the problem go away.
    7da0e005
output_init.c 3.04 KB