mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Whenever a chunk is being written, it is now written to a part file first. This is to avoid a concurrent chunk upload to believe that the former chunk already exists, even though it's not fully written. This makes sure that the final file assembly is only done when all chunks were successfully written. Also added an extra unique id to chunk parts in case the same chunk is uploaded twice concurrently. |
||
|---|---|---|
| .. | ||
| broker.php | ||
| file.php | ||
| fileglobal.php | ||
| fileglobalgc.php | ||
| usercache.php | ||