You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/02/13 12:59:06 UTC

[servicecomb-docs] branch master updated: [SCB-1473] Add the description about the config item of max request body size

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new cfe685f  [SCB-1473] Add the description about the config item of max request body size
cfe685f is described below

commit cfe685f1034250c37f6303f09bdf4156637b6ec1
Author: shandonglao <sh...@gmail.com>
AuthorDate: Tue Feb 11 16:29:14 2020 +0800

    [SCB-1473] Add the description about the config item of max request body size
---
 .../en_US/docs/question-and-answer/question_answer.md               | 6 ++++++
 .../zh_CN/docs/question-and-answer/question_answer.md               | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/java-chassis-reference/en_US/docs/question-and-answer/question_answer.md b/java-chassis-reference/en_US/docs/question-and-answer/question_answer.md
index 32c66ce..f0c2e5c 100644
--- a/java-chassis-reference/en_US/docs/question-and-answer/question_answer.md
+++ b/java-chassis-reference/en_US/docs/question-and-answer/question_answer.md
@@ -272,3 +272,9 @@ Consumer: loadbalance, tracing-consumer, sla-consumer, bizkeeper-consumer
 Provider: tracing-provider, sla-provider, bizkeeper-provider
 
 This order is sufficient for most scenarios and is not easy to cause errors.
+
+# Problem: the meaning of config item servicecomb.uploads.maxSize in file uploading
+
+config item: servicecomb.uploads.maxSize
+
+meaning: The maximum allowable size of http body in bytes, the default value of -1 means unlimited.
\ No newline at end of file
diff --git a/java-chassis-reference/zh_CN/docs/question-and-answer/question_answer.md b/java-chassis-reference/zh_CN/docs/question-and-answer/question_answer.md
index 56ad8d8..7b93527 100644
--- a/java-chassis-reference/zh_CN/docs/question-and-answer/question_answer.md
+++ b/java-chassis-reference/zh_CN/docs/question-and-answer/question_answer.md
@@ -273,3 +273,9 @@ Consumer: loadbalance, tracing-consumer, sla-consumer, bizkeeper-consumer
 Provider: tracing-provider, sla-provider, bizkeeper-provider
 
 这种顺序能够满足大多数场景,并且不容易出现不可理解的错误。
+
+# 问题描述: 文件上传中配置项最大请求大小的含义
+
+配置项: servicecomb.uploads.maxSize
+
+含义: 请求体中允许的最大字节数,默认值为-1,表示没有限制。
\ No newline at end of file