Those six hours is the reason why temporary file aren't immediately deleted when cron tasks run. If then there are many temporary file to delete, a single run isn't sufficient to delete all the files.
Thanks! I managed it out with your help.
Turns out I had the Leaflet widget allows for a title and description.
This have a dropdown menu in the Leaflet settings within the view...
Hi geoma, no need to excuse. I think, now I got it (more or less).
Your problem doesn't actually have much to do with the Leaflet module, but you struggle with the combination of...
Sorry for not being clear.
I have this view and two exposed filters on it.
I am trying to show different places on the map. These places are called "institutions".
They have a...
Still trying to understand: you have this view and an exposed form on it, right.
And you have two independent taxonomy terms and try to filter by them?
Or is this a hierarchal...
Comments
The cron job system_cron() will delete temporary files after the max time stipulated by a constant (6 hours)
Those six hours is the reason why temporary file aren't immediately deleted when cron tasks run. If then there are many temporary file to delete, a single run isn't sufficient to delete all the files.