mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove unused dryRun option
Co-Authored-By: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
3bc176259b
commit
b7f3b848af
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue