You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/01/28 10:04:26 UTC

[incubator-dolphinscheduler] branch 1.3.5-prepare updated: [1.3.5-prepare][cherry-pick]#4121 (#4601)

This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch 1.3.5-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.5-prepare by this push:
     new 9f390c5  [1.3.5-prepare][cherry-pick]#4121 (#4601)
9f390c5 is described below

commit 9f390c56c7e491b25efa4c5a2e0c020a1fa58d49
Author: Kirs <ac...@163.com>
AuthorDate: Thu Jan 28 18:04:19 2021 +0800

    [1.3.5-prepare][cherry-pick]#4121 (#4601)
---
 dolphinscheduler-api/src/main/resources/application-api.properties | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dolphinscheduler-api/src/main/resources/application-api.properties b/dolphinscheduler-api/src/main/resources/application-api.properties
index 21f940b..1fd24c8 100644
--- a/dolphinscheduler-api/src/main/resources/application-api.properties
+++ b/dolphinscheduler-api/src/main/resources/application-api.properties
@@ -27,6 +27,10 @@ server.servlet.context-path=/dolphinscheduler/
 spring.servlet.multipart.max-file-size=1024MB
 spring.servlet.multipart.max-request-size=1024MB
 
+# enable response compression
+server.compression.enabled=true
+server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml
+
 #post content
 server.jetty.max-http-post-size=5000000