From d036460a3f7ca4fe13a50415b07f99c9914488cd Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 Apr 2018 08:57:03 +0800 Subject: [PATCH] Set profiler to only exceptions because of size constraint #bug --- config/packages/dev/web_profiler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/dev/web_profiler.yaml b/config/packages/dev/web_profiler.yaml index e92166a7..e69bb178 100644 --- a/config/packages/dev/web_profiler.yaml +++ b/config/packages/dev/web_profiler.yaml @@ -3,4 +3,4 @@ web_profiler: intercept_redirects: false framework: - profiler: { only_exceptions: false } + profiler: { only_exceptions: true }