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
Eugen Rochko 086fc7ed77
Fix S3 adapter retrying failing uploads with exponential backoff (#12085)
The default limit of 10 retries with exponential backoff meant
that if the S3 server was timing out, you would be stuck with it
for much, much longer than the 5 second read timeout we expect.

The uploading happens within a database transaction, which means
a failing S3 server could negatively affect database performance
5 years ago
..
environments
initializers Fix S3 adapter retrying failing uploads with exponential backoff (#12085) 5 years ago
locales New Crowdin translations (#12067) 5 years ago
webpack
application.rb Add br, es-AR, et, mk, nn to available locales (#12062) 5 years ago
boot.rb
brakeman.ignore
database.yml
deploy.rb Bump capistrano from 3.11.1 to 3.11.2 (#12012) 5 years ago
environment.rb
i18n-tasks.yml
navigation.rb
puma.rb
routes.rb
secrets.yml
settings.yml
sidekiq.yml
themes.yml
webpacker.yml