You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
Akihiko Odaki b1d4471e36 Throttle media post (#7337)
The previous rate limit allowed to post media so fast that it is possible
to fill up the disk space even before an administrator notices. The new
rate limit is configured so that it takes 24 hours to eat 10 gigabytes:
10 * 1024 / 8 / (24 * 60 / 30) = 27 (which rounded to 30)

The period is set long so that it does not prevent from attaching several
media to one post, which would happen in a short period. For example,
if the period is 5 minutes, the rate limit would be:
10 * 1024 / 8 / (24 * 60 / 5) = 4

This long period allows to lift the limit up.
7 years ago
..
environments Add support for separate Redis for cache (#7272) 7 years ago
initializers Throttle media post (#7337) 7 years ago
locales Weblate translations 20180503 (#7325) 7 years ago
webpack
application.rb Add el and te (#7332) 7 years ago
boot.rb
brakeman.ignore
database.yml
deploy.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
environment.rb
i18n-tasks.yml
navigation.rb
puma.rb
routes.rb Direct messages column (#4514) 7 years ago
secrets.yml
settings.yml Implement the ability for instances to define a list of disallowed hashtags (#7176) 7 years ago
sidekiq.yml
themes.yml Separate high contrast theme (#7213) 7 years ago
webpacker.yml