I need to create pdf files from a full HTML to keep my CSS files. I use a template in my module. But if I clear cache on a admin page, my template use admin theme, whereas if I clear cache on a front page, this is the front theme that it used...
How can I choose the theme to use in my template to still have the same theme used by my pdf files?
I want to use my template only with my front theme, and I search a way to fix it.
We changed the value of "temporary_maximum_age" set in config/default/system.file.yml as below.
temporary_maximum_age 21600 → 60
This is so that files in temporary state can be deleted immediately by running the "Deletes temporary files" cron.
What I want to ask is the scope of influence of this setting change.
Our understanding is that there is no impact other than the deletion time of temporary files, but is there any other impact?
I would appreciate it if you could answer. Thank you.