doc: add TENANT_DOCUMENT_COUNT (#14)

pull/15/head
crazywoola 2023-09-06 18:49:28 +08:00 committed by GitHub
parent cbd045a0f8
commit cab5c65f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -301,9 +301,9 @@ Used to store uploaded data set files, team/tenant encryption keys, and other fi
* UPLOAD_FILE_SIZE_LIMIT:
Upload file size limit, default 15M.
* UPLOAD_FILE_BATCH_LIMIT:
* TENANT_DOCUMENT_COUNT:
Number of files that can be uploaded in batch, default 5.
Number of files that can be uploaded per tenant, default 100.
#### Sentry Configuration

View File

@ -277,12 +277,12 @@ Flask 调试模式,开启可在接口输出 trace 信息,方便调试。
#### 数据集配置
* UPLOAD\_FILE\_SIZE\_LIMIT
* UPLOAD_FILE_SIZE_LIMIT
上传文件大小限制,默认 15M。
* UPLOAD\_FILE\_BATCH\_LIMIT
* TENANT_DOCUMENT_COUNT
可批量上传文件数,默认 5
租户可上传文件数,默认 100
#### Sentry 配置