1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Minor documentation improvement

Summary: The current formatting looks a bit odd.

Test Plan: Eyeball it.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12662
This commit is contained in:
Joshua Spence 2015-05-05 20:18:34 +10:00
parent 0aea2cb1c0
commit 05e745d9b8

View file

@ -101,7 +101,7 @@ Storage Engines
Phabricator supports several different file storage engines: Phabricator supports several different file storage engines:
| Engine | Setup | Cost | Notes | | Engine | Setup | Cost | Notes |
|========|=======|======|=======| |--------|-------|------|-------|
| MySQL | Automatic | Free | May not scale well. | | MySQL | Automatic | Free | May not scale well. |
| Local Disk | Easy | Free | Does not scale well. | | Local Disk | Easy | Free | Does not scale well. |
| Amazon S3 | Easy | Cheap | Scales well. | | Amazon S3 | Easy | Cheap | Scales well. |