After two months of running Discordless, my traffic_archive/requests directory has reached 69 thousand files. That's nice, but many programs and operating systems struggle with directories containing tens of thousands of files. This is solved by bucketing or partitioning the files into subdirectories. I suggest implementing a feature in Discordless that will create new subdirectories for requests either by date or when a reasonable number of files like 5000 files is reached. I'm happy to go ahead and make a PR for this feature if it's desired and there isn't something I'm missing.
After two months of running Discordless, my
traffic_archive/requestsdirectory has reached 69 thousand files. That's nice, but many programs and operating systems struggle with directories containing tens of thousands of files. This is solved by bucketing or partitioning the files into subdirectories. I suggest implementing a feature in Discordless that will create new subdirectories for requests either by date or when a reasonable number of files like 5000 files is reached. I'm happy to go ahead and make a PR for this feature if it's desired and there isn't something I'm missing.