feat: caching settings #32
Reference in New Issue
Block a user
No description provided.
Delete Branch "caching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://forgejo.org/docs/latest/admin/config-cheat-sheet/#cache-cache
@ -38,6 +38,9 @@ GITEA_ENABLE_PUSH_CREATE_USER=falseGITEA_ENABLE_PUSH_CREATE_ORG=falseGITEA_LFS_START_SERVER=falseGITEA_MAX_CREATION_LIMIT=-1GITEA_CACHE_ADAPTER=memoryIs memory the default value? I wonder if there is a use case where someone wants to disable the cache
yeah it's the default, as i understand it's a key+val+ttl, the next in-memory option is twoqueue which adds lru. then you jump to redis or memcached
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.