mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DATFromDirParallel] Sleep for handles
This commit is contained in:
@@ -167,6 +167,9 @@ namespace SabreTools
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Wait for 5 seconds, just to be sure that no handles are open still
|
||||||
|
Thread.Sleep(5000);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user