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.
The ordering using titles is unusual because, in alphanumeric characters, "19." is smaller than "2." etc. This has nothing to do with Backdrop.
I'm not sure I understand your question. Why...
Posted1 day 10 hours ago by Alejandro Cremaschi (argiepiano) on:
Thanks for the suggestions !
site/admin/reports/status/php reports that the OpenSSL module is present :
PHP Version 8.3.17
...
OpenSSL support enabled
OpenSSL Library Version OpenSSL 3.0....
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.