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:
parent
a55eaf0154
commit
3b091aa6d3
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ private:
|
|||
//==============================================================================
|
||||
void asyncCheckForUnusedCollectors()
|
||||
{
|
||||
startTimer (500);
|
||||
startTimer (10);
|
||||
}
|
||||
|
||||
void timerCallback() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue