discourse/lib/file_store
Sam Saffron 0cbaa8d813
FEATURE: extend duration allowed for download
Previously we would raise a warning in the logs if downloading
a file (from s3) takes longer than 60 seconds.

At scale this happens reasonably frequently.

1. Raised the duration to 3 minutes

2. Pulled the resizing mutex out of the downloading mutex
so we have less and clearer error logs
2020-05-15 12:45:47 +10:00
..
base_store.rb FEATURE: extend duration allowed for download 2020-05-15 12:45:47 +10:00
local_store.rb REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
s3_store.rb FIX: Restore to S3 didn't work without env variables 2020-04-19 20:24:40 +02:00
to_s3_migration.rb FIX: Restore to S3 didn't work without env variables 2020-04-19 20:24:40 +02:00