remove unused dryRun option

Co-Authored-By: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Brian Gough 2019-09-26 15:50:55 +01:00 committed by GitHub
parent 3bc176259b
commit b7f3b848af

View file

@ -219,7 +219,6 @@ module.exports = HttpController =
options =
limit : req.query.limit || 1000
timeout: 5 * 60 * 1000
dryRun : req.query.dryRun || false
min_delete_age: req.query.min_delete_age || 5 * 60 * 1000
res.send 204
# run the flush in the background