From 5531fc83415f4190626699ae164e5889186818c3 Mon Sep 17 00:00:00 2001 From: rathko Date: Wed, 22 Jul 2020 17:48:38 +0100 Subject: [PATCH] Increased limits to 150 and 200 --- src/common/limit/limit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/limit/limit.ts b/src/common/limit/limit.ts index 504fe85b4..bab329e20 100644 --- a/src/common/limit/limit.ts +++ b/src/common/limit/limit.ts @@ -14,4 +14,4 @@ * limitations under the License. */ -export const AVAILABLE_LIMITS = [5, 10, 25, 50, 100]; +export const AVAILABLE_LIMITS = [5, 10, 25, 50, 100, 150, 200];