geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 442 forks source link

Add TTL options for APCu #387

Closed red-tux closed 1 year ago

red-tux commented 1 year ago

This PR added two TTL options for APCu; TTL and GC_TTL. The default value for TTL according to the docs is 0, I went with 60 however as 0 means that cached variables are immediately expired. As for Garbage Collection the default is 3600, this is the value used.

stale[bot] commented 1 year ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] commented 1 year ago

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.