Reduced delay in last commit/10
authorLen Ovens <len@ovenwerks.net>
Wed, 14 Oct 2015 12:55:10 +0000 (05:55 -0700)
committerLen Ovens <len@ovenwerks.net>
Wed, 14 Oct 2015 12:55:10 +0000 (05:55 -0700)
libs/surfaces/mackie/surface.cc

index 954aeebca5529f06a889934828f62bebdaa76b5d..9dc0421bafedecf674893f943cdc600f25a9a406 100644 (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");
 }