• Max Kellermann's avatar
    event/Thread: reduce the RTIO timer slack to 10us · a8bf8ede
    Max Kellermann authored
    MPD's default is 100ms, which is too long for the real-time I/O
    thread.  The OutputThread has 100us, but the real-time I/O thread
    might have tighter deadlines.
    
    This change has currently no effect (I believe), because nobody uses
    timers on the RTIO thread.
    a8bf8ede
Thread.cxx 1.42 KB