discourse/lib/file_store
David Taylor 9a36286920
FIX: Open file handles 'just in time' during s3 migration (#28806)
Previously we were opening the file handles, then putting them in a queue for upload. If that queue grows too large, we can hit a maximum open files limit.

This commit opens the file handle 'just in time', so the maximum number of open handles is equal to the upload concurrency (20).
2024-09-09 18:39:26 +01:00
..
base_store.rb
local_store.rb
s3_store.rb DEV: Add hidden s3_inventory_bucket_region site setting (#27786) 2024-07-09 12:03:43 +08:00
to_s3_migration.rb FIX: Open file handles 'just in time' during s3 migration (#28806) 2024-09-09 18:39:26 +01:00