caching
main
https://forgejo.org/docs/latest/admin/config-cheat-sheet/#cache-cache
@@ -38,6 +38,9 @@ GITEA_ENABLE_PUSH_CREATE_USER=false
GITEA_ENABLE_PUSH_CREATE_ORG=false
GITEA_LFS_START_SERVER=false
GITEA_MAX_CREATION_LIMIT=-1
GITEA_CACHE_ADAPTER=memory
Is 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
No dependencies set.
The note is not visible to the blocked user.
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