From 778c9cf87e460b017c7b50f50279959d11ba1d94 Mon Sep 17 00:00:00 2001 From: Jianhui Harold Date: Wed, 11 Mar 2020 11:32:41 +0800 Subject: [PATCH] Temporary increase to 400 for CDN --- azdev/operations/performance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azdev/operations/performance.py b/azdev/operations/performance.py index 5cc7eec23..6f849c681 100644 --- a/azdev/operations/performance.py +++ b/azdev/operations/performance.py @@ -15,7 +15,7 @@ logger = get_logger(__name__) TOTAL = 'ALL' -TOTAL_THRESHOLD = 300 +TOTAL_THRESHOLD = 400 # temporary increase to 400 for CDN DEFAULT_THRESHOLD = 10 THRESHOLDS = { # threshold value: num of exceptions allowed