summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2015-10-14 05:55:10 -0700
committerLen Ovens <len@ovenwerks.net>2015-10-14 05:55:10 -0700
commit334cc37e1b99df2282150ece22e6cd056fedfa07 (patch)
treec50c5ed209b566e5054afdd59750a0be6c63d5ff
parent1f856918705353635831f4feb6c4acba34e09f40 (diff)
Reduced delay in last commit/10
-rw-r--r--libs/surfaces/mackie/surface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/surface.cc b/libs/surfaces/mackie/surface.cc
index 954aeebca5..9dc0421baf 100644
--- a/libs/surfaces/mackie/surface.cc
+++ b/libs/surfaces/mackie/surface.cc
@@ -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");
}