@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Remove extra 'B' from PHP config value

Summary:
Turns out that if you specify 32MB PHP interprets that as 32 bytes,
which is not what you want.

Test Plan:
Checked that file uploads start working on my Phorge instance after
removing the trailing 'B'.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25851

+1 -1
+1 -1
src/docs/user/configuration/configuring_file_storage.diviner
··· 88 88 upload. This is not normally used when uploading files via drag-and-drop, 89 89 but affects some other kinds of file uploads. If you exceed this, 90 90 Phorge will give you a useful error. This often defaults to `2M`. Set 91 - this to at least `32MB`. 91 + this to at least `32M`. 92 92 93 93 Once you've adjusted all this configuration, your server will be able to 94 94 receive chunk uploads. As long as you have somewhere to store them, this will