mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
d9a422cf61
When rebaking and in various other places for posts, we run through the uploads and call `update_secure_status` on each of them. However, if the secure status didn't change, we were still calling S3 to change the ACL, which would have been a noop in many cases and takes ~1 second per call, slowing things down a lot. Also, we didn't account for the s3_acls_enabled site setting being false here, and in the specs doing an assertion that `Discourse.store.update_ACL` is not called doesn't work; `Discourse.store` isn't a singleton, it re-initializes `FileStore::S3Store.new` every single time. |
||
---|---|---|
.. | ||
assets_precompile_spec.rb | ||
hashtags_spec.rb | ||
incoming_emails_spec.rb | ||
posts_spec.rb | ||
redis_spec.rb | ||
topics_spec.rb | ||
uploads_spec.rb | ||
version_bump_spec.rb |