From d4b20463bb421be9f32c600a779bda16cc05e57e Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Oct 2016 15:05:48 +0100 Subject: [PATCH] Up the maximum deleted to 5000 --- properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.json b/properties.json index 887f371..ceed3c6 100644 --- a/properties.json +++ b/properties.json @@ -8,6 +8,6 @@ "MAXIMUM_DAYS": 90, "TIMEOUT": 60, "DELETE_TIMEOUT": 1200, - "MAX_DELETE": 2500, + "MAX_DELETE": 5000, "VERBOSE": false }