Closed mjangda closed 7 years ago
That is the max that memcached allows.
This is often due to incorrect data being passed in, like a timestamp, which often tends to be in the past (e.g. YEAR_IN_SECONDS) and therefore instantly expires.
YEAR_IN_SECONDS
https://github.com/memcached/memcached/wiki/Programming#expiration
That is the max that memcached allows.
This is often due to incorrect data being passed in, like a timestamp, which often tends to be in the past (e.g.
YEAR_IN_SECONDS
) and therefore instantly expires.https://github.com/memcached/memcached/wiki/Programming#expiration