1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tweaked the timeout for win32 shared MIDI device cleanup

This commit is contained in:
jules 2018-04-30 12:39:11 +01:00
parent a55eaf0154
commit 3b091aa6d3

View file

@ -584,7 +584,7 @@ private:
//==============================================================================
void asyncCheckForUnusedCollectors()
{
startTimer (500);
startTimer (10);
}
void timerCallback() override