Actions
Feature proposal #8994
closedImplement database stored versions/files
Description
Currently the file system is parsed and cached to JSON. Implement support for parsing the filesystem, moving the files to a processed folder, and caching the results in the database. This will significantly reduce the workload of the file system when a new file is uploaded as it will only need to process the new files. This should be optional.
Actions