Skip to content

Commit

Permalink
Clarify property declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
melvo committed Dec 23, 2023
1 parent 6f19c64 commit 069afe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Please set those limits as high as possible to enable users to share large files
* ejabberd:
* [mod_http_upload](https://docs.ejabberd.im/admin/configuration/modules/#mod-http-upload) - `max_size`
* [mod_http_upload_quota](https://docs.ejabberd.im/admin/configuration/modules/#mod-http-upload-quota) - `access_hard_quota`, `access_soft_quota`, `max_days`
* Prosody: [mod_http_file_share](https://prosody.im/doc/modules/mod_http_file_share) - `http_file_share_size_limit`, `http_file_share_daily_quota`, `http_file_share_global_quota`, `http_file_share_expires_after`
* Prosody: [mod_http_file_share](https://prosody.im/doc/modules/mod_http_file_share) - `http_file_share_size_limit`, `http_file_share_daily_quota`, `http_file_share_expires_after`

{{< spacer size="middle" >}}

Expand Down
2 changes: 1 addition & 1 deletion themes/xmpp-providers/static/js/provider-file-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const providers_data_form_properties_v1 = [
type: "integer",
title: "Maximum HTTP File Upload Total Size",
dataDescription:
"Maximum size of all shared files in total per user (number in megabytes (MB), 0 for no limit or -1 for less than 1 MB).",
"Maximum size of all shared files in total per user (number in megabytes (MB), 0 for no limit or -1 for less than 1 MB). Attention: MB is used instead of MiB (i.e., 104,857,600 bytes = 100 MiB ≈ 104 MB). This property is not about the maximum size of each shared file which is already retrieved via XMPP.",
},
{
name: "maximumHttpFileUploadStorageTime",
Expand Down

0 comments on commit 069afe2

Please sign in to comment.