forgejo/modules/repository
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>
2021-02-09 22:29:03 +00:00
..
adopt.go
branch.go
cache.go Ensure memcache TTL cannot be over 30 days (#14592) 2021-02-09 22:29:03 +00:00
check.go
commits.go
commits_test.go
create.go
create_test.go
fork.go
fork_test.go
generate.go
hooks.go
init.go
main_test.go
push.go
repo.go
update.go