tomdesair / tus-java-server

Library to receive tus v1.0.0 file uploads in a Java server environment
MIT License
128 stars 60 forks source link

Avoid file system locks in DiskStorageService #30

Open RoadRoller opened 4 years ago

RoadRoller commented 4 years ago

I have a question, what purposes of file system locks in DiskStorageService and what kind of risks if I override DiskStorageService implementation and remove this locking logic?

If we protect only from external invention when reading/writing can I provide pull request that make this behavior optional?

Thank you.