mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
deploy: e937e2111a
This commit is contained in:
parent
efa3abd87d
commit
4431f805b1
4 changed files with 8 additions and 4 deletions
|
@ -3711,8 +3711,10 @@ followed by a letter. Letters have the following meanings:</p>
|
|||
messages from the database after 5 minutes, rather than 5 months.</p>
|
||||
<p>In addition, configuration options referring to size use the following suffixes:</p>
|
||||
<ul>
|
||||
<li><code>M</code> = MiB, or 1,048,576 bytes</li>
|
||||
<li><code>K</code> = KiB, or 1024 bytes</li>
|
||||
<li><code>M</code> = MiB, or 1,048,576 bytes</li>
|
||||
<li><code>G</code> = GiB, or 1,073,741,824 bytes</li>
|
||||
<li><code>T</code> = TiB, or 1,099,511,627,776 bytes</li>
|
||||
</ul>
|
||||
<p>For example, setting <code>max_avatar_size: 10M</code> means that Synapse will not accept files larger than 10,485,760 bytes
|
||||
for a user avatar.</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -169,8 +169,10 @@ followed by a letter. Letters have the following meanings:</p>
|
|||
messages from the database after 5 minutes, rather than 5 months.</p>
|
||||
<p>In addition, configuration options referring to size use the following suffixes:</p>
|
||||
<ul>
|
||||
<li><code>M</code> = MiB, or 1,048,576 bytes</li>
|
||||
<li><code>K</code> = KiB, or 1024 bytes</li>
|
||||
<li><code>M</code> = MiB, or 1,048,576 bytes</li>
|
||||
<li><code>G</code> = GiB, or 1,073,741,824 bytes</li>
|
||||
<li><code>T</code> = TiB, or 1,099,511,627,776 bytes</li>
|
||||
</ul>
|
||||
<p>For example, setting <code>max_avatar_size: 10M</code> means that Synapse will not accept files larger than 10,485,760 bytes
|
||||
for a user avatar.</p>
|
||||
|
|
Loading…
Reference in a new issue