You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/cache
zeripath 30f7ddb833
Ensure memcache TTL cannot be over 30 days (#14592)
Memcached TTL cannot be > 30 days and if it is attempted the TTL is interpreted as
a unix timestamp.

This PR ensures that the TTL is switched to a unix timestamp in those cases.

Fix #14571

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
cache.go Ensure memcache TTL cannot be over 30 days (#14592) 4 years ago
cache_redis.go Move macaron to chi (#14293) 4 years ago
cache_test.go Add some Unit-Tests (#14500) 4 years ago