Do uploaded files all go into one directory / folder?

Files are uploaded to this directory (1X):
/uploads/default/original/1X/*.*

All files will be downloaded to one directory?
Even if there are 1,000,000?
If yes, then can use this scheme (or similar):

1 Like

No I don’t think so but @zogstrip can confirm.

1 Like

Nope, that is not true. We construct a tree that grows when the number of uploads grows while keeping a maximum of 1000 images per leaf directory.

https://github.com/discourse/discourse/blob/5dbd6a304bed5400be481d71061d3e3ebb4d6785/lib/file_store/base_store.rb#L82-L90

7 Likes