Reduced delay in last commit/10

This commit is contained in:
Len Ovens 2015-10-14 05:55:10 -07:00
parent 1f85691870
commit 334cc37e1b

View file

@ -168,7 +168,7 @@ Surface::~Surface ()
delete _port;
// the ports take time to release and we may be rebuilding right away
// in the case of changing devices.
g_usleep (100000);
g_usleep (10000);
DEBUG_TRACE (DEBUG::MackieControl, "Surface::~Surface done\n");
}