You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
Yes, it's still reproducable
What version of Laravel Excel are you using?
3.1.58
What version of Laravel are you using?
9.52.16
What version of PHP are you using?
8.1
Describe your issue
Hello,
I think there is an issue with the name of the default_ttl cache config set here.
The key is 'default_ttl' => 10800, but I can see in the CacheManager that the config cache key used is config('excel.cache.ttl').
I think this leads to have keys saved forever.
How can the issue be reproduced?
Create an export with the illuminate driver set in the config.
What should be the expected behaviour?
The key should be ttl or the CacheManager should be modified with default_ttl
The text was updated successfully, but these errors were encountered:
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?
3.1.58
What version of Laravel are you using?
9.52.16
What version of PHP are you using?
8.1
Describe your issue
Hello,
I think there is an issue with the name of the default_ttl cache config set here.
The key is
'default_ttl' => 10800,
but I can see in the CacheManager that the config cache key used isconfig('excel.cache.ttl')
.I think this leads to have keys saved forever.
How can the issue be reproduced?
Create an export with the illuminate driver set in the config.
What should be the expected behaviour?
The key should be
ttl
or the CacheManager should be modified withdefault_ttl
The text was updated successfully, but these errors were encountered: