diff --git a/roles/gitea/templates/app.ini b/roles/gitea/templates/app.ini index 65e2132..c4f4e64 100644 --- a/roles/gitea/templates/app.ini +++ b/roles/gitea/templates/app.ini @@ -652,7 +652,7 @@ SENDMAIL_ARGS = [cache] ; if the cache enabled -ENABLED = true +ENABLED = false ; Either "memory", "redis", or "memcache", default is "memory" ADAPTER = redis ; For "memory" only, GC interval in seconds, default is 60 @@ -668,7 +668,7 @@ ITEM_TTL = 16h ; Last commit cache [cache.last_commit] ; if the cache enabled -ENABLED = true +ENABLED = false ; Time to keep items in cache if not used, default is 8760 hours. ; Setting it to 0 disables caching ITEM_TTL = 8760h @@ -677,7 +677,7 @@ COMMITS_COUNT = 1000 [session] ; Either "memory", "file", or "redis", default is "memory" -PROVIDER = redis +PROVIDER = memory ; Provider config options ; memory: doesn't have any config yet ; file: session file path, e.g. `data/sessions`