Set profiler to only exceptions because of size constraint #bug

This commit is contained in:
root 2018-04-18 08:57:03 +08:00
parent 9ad3508061
commit d036460a3f

View file

@ -3,4 +3,4 @@ web_profiler:
intercept_redirects: false
framework:
profiler: { only_exceptions: false }
profiler: { only_exceptions: true }