From 9553987cc74ad20915e2777e8cf421623f825963 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 30 Apr 2020 06:50:43 -0500 Subject: [PATCH] Fuck it we're disabling redis Just want this thing online --- roles/gitea/templates/app.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`