ZizzyDizzyMC / linx-server

Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Powers https://put.icu
GNU General Public License v3.0
217 stars 33 forks source link

Lock files while they're being written #19

Closed BBaoVanC closed 5 months ago

BBaoVanC commented 2 years ago

Fixes #16

This prevents a file from being deleted in the middle of being uploaded if a cleanup runs while the file is being written.

BBaoVanC commented 2 years ago

Actually, this appears to be leaving locks behind sometimes. I'll try and figure out where that's happening.