Why is the avatar_proxy folder a temporary folder

Why is the system’s default avatar in a temporary folder “Rails.root/tmp/avatar_proxy”, so that each build after will have a large number of avatar requests. Users often do not upload custom avatars after registration. so I wanted to mount this folder as a normal folder in case I get a lot of avatar requests with each build. Are there any problems with this? Thanks