Discourse /tmp/avatar_proxy folder

I found that each time discourse was rebuilt, the user’s default avatar was re-requested after startup. After doing some learning about it, I discovered that there is a default avatar whose data is stored in a temporary file inside a container “Rails.root/tmp/avatar_proxy”. My question is whether I can consider making this temporary file persistent to reduce the time it takes to rebuild a discourse default profile picture request.