shorten sleep for mount

This commit is contained in:
Chris Danford
2004-02-27 04:42:18 +00:00
parent ad34ebff78
commit 72955df2af
@@ -51,7 +51,7 @@ bool MemoryCardDriver_Linux::StorageDevicesChanged()
void MemoryCardDriver_Linux::GetStorageDevices( vector<UsbStorageDevice>& vDevicesOut ) void MemoryCardDriver_Linux::GetStorageDevices( vector<UsbStorageDevice>& vDevicesOut )
{ {
sleep(1); usleep(1000);
/* If we couldn't open it before, we probably can't open it now; don't /* If we couldn't open it before, we probably can't open it now; don't
* output more errors. */ * output more errors. */