stuckyb / gcdl

6 stars 2 forks source link

improved upload cache implementation #90

Open stuckyb opened 2 years ago

stuckyb commented 2 years ago

The current implementation of upload caching is vulnerable to large numbers of uploads generating many files in a single directory, which could lead to filesystem performance issues. This should be refactored to use a hierarchical structure.