Closed jstaf closed 2 years ago
We don't actually need to lock the file while it is being hashed. In all cases, we're working on a copy of the file's data. So this reduces the amount of time that the file needs to be locked.
We don't actually need to lock the file while it is being hashed. In all cases, we're working on a copy of the file's data. So this reduces the amount of time that the file needs to be locked.