mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
bd07658a37
This reduces the number of scans that the db has to do in the query to fetch orphan uploads. Futheremore, we were not batching our records which bloats memory.
4 lines
39 B
Ruby
4 lines
39 B
Ruby
Fabricator(:user_avatar) do
|
|
user
|
|
end
|