Closed jackleland closed 1 year ago
At the point we're indexing files and assessing their sizes we need to reject files above a certain, configurable value. This should just involve adding a config option and an if statement into the right place in index()
index()
Addressed as of b7cfc868, will close when this is merged into dev
Merged as of the conclusion of #71
At the point we're indexing files and assessing their sizes we need to reject files above a certain, configurable value. This should just involve adding a config option and an if statement into the right place in
index()