Is the storage temp folder automatically emptied? #13007
-
We have issues with projects where the storage > runtime > temp folder size is getting large. Does anyone have an idea what the logic is here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The directory is cleared by the Caches utility (“Temp files” option), or via the following commands;
Craft doesn’t have the means to run commands on a schedule (yet), but you can set up your Cron job to run that |
Beta Was this translation helpful? Give feedback.
The directory is cleared by the Caches utility (“Temp files” option), or via the following commands;
Craft doesn’t have the means to run commands on a schedule (yet), but you can set up your Cron job to run that
clear-caches/temp-files
command.