Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15471618
D17037.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17037.diff
View Options
diff --git a/src/docs/user/configuration/configuring_file_storage.diviner b/src/docs/user/configuration/configuring_file_storage.diviner
--- a/src/docs/user/configuration/configuring_file_storage.diviner
+++ b/src/docs/user/configuration/configuring_file_storage.diviner
@@ -133,15 +133,15 @@
MySQL storage is configured by default, for files up to (just under) 1MB. You
can configure it with these keys:
- - `storage.mysql-engine.max-size`: Change the filesize limit. Set to 0
- to disable.
+ - `storage.mysql-engine.max-size`: Change the filesize limit, in bytes. Set
+ to 0 to disable.
For most installs, it is reasonable to leave this engine as-is and let small
files (like thumbnails and profile images) be stored in MySQL, which is usually
the lowest-latency filestore, even if you configure another storage engine.
-To support large files, increase this limit to at least **8MB**. This will
-activate chunk storage in MySQL.
+To support large files, increase this limit to at least `8388608` (8MB).
+This will activate chunk storage in MySQL.
Engine: Local Disk
==================
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 6:24 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7663001
Default Alt Text
D17037.diff (1 KB)
Attached To
Mode
D17037: Make the documentation more clear that storage.mysql-engine.max-size is measured in bytes
Attached
Detach File
Event Timeline
Log In to Comment