diff options
author | Lumb <lumb@git.multiple-creature.party> | 2019-06-20 09:49:14 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2019-07-17 07:08:14 +0000 |
commit | 6d8357a6f0371633c931da1abd0eb0e35aa0919a (patch) | |
tree | b9cc5fb990553d32f426ef12a7d8152ccafd8895 | |
parent | 05980a56d230a5356ce292558e2f5a8a96ec2ef5 (diff) |
reset toot limit and pinned limit to merge upstream
What the desc says uwu
-rw-r--r-- | .env.production.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample index f44fb6824..b82be25d3 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -155,10 +155,10 @@ STREAMING_CLUSTER_NUM=1 # GID=1000 # Maximum allowed character count -# MAX_TOOT_CHARS=5000 +# MAX_TOOT_CHARS=500 # Maximum number of pinned posts -# MAX_PINNED_TOOTS=10 +# MAX_PINNED_TOOTS=5 # Maximim number of profile fields allowed # MAX_PROFILE_FIELDS=4 |