cedadev / nlds

Near Line Data Store
Other
9 stars 0 forks source link

Fail files above a configurable size at the indexing step #70

Closed jackleland closed 1 year ago

jackleland commented 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()

jackleland commented 1 year ago

Addressed as of b7cfc868, will close when this is merged into dev

jackleland commented 1 year ago

Merged as of the conclusion of #71